edu.ucla.stat.SOCR.motionchart
Class MotionItemLabelGenerator

java.lang.Object
  extended by BubbleXYItemLabelGenerator
      extended by edu.ucla.stat.SOCR.motionchart.MotionItemLabelGenerator

public class MotionItemLabelGenerator
extends BubbleXYItemLabelGenerator

Package: edu.ucla.stat.SOCR.motionchart User: Khashim Date: Dec 21, 2008 Time: 6:42:35 PM

Author:
Jameel

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

MotionItemLabelGenerator

public MotionItemLabelGenerator()
Method Detail

generateLabel

public java.lang.String generateLabel(XYDataset dataset,
                                      int series,
                                      int item)
Generates an item label for a particular item within a series.

Parameters:
dataset - the dataset (null not permitted).
series - the series index (zero-based).
item - the item index (zero-based).
Returns:
The item label (possibly null).