|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object BubbleXYItemLabelGenerator edu.ucla.stat.SOCR.motionchart.MotionItemLabelGenerator
public class MotionItemLabelGenerator
Package: edu.ucla.stat.SOCR.motionchart User: Khashim Date: Dec 21, 2008 Time: 6:42:35 PM
Constructor Summary | |
---|---|
MotionItemLabelGenerator()
|
Method Summary | |
---|---|
java.lang.String |
generateLabel(XYDataset dataset,
int series,
int item)
Generates an item label for a particular item within a series. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MotionItemLabelGenerator()
Method Detail |
---|
public java.lang.String generateLabel(XYDataset dataset, int series, int item)
dataset
- the dataset (null
not permitted).series
- the series index (zero-based).item
- the item index (zero-based).
null
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |