org.jfree.chart.labels
public class SymbolicXYItemLabelGenerator extends Object implements XYItemLabelGenerator, XYToolTipGenerator, Cloneable, PublicCloneable, Serializable
Method Summary | |
---|---|
Object | clone()
Returns an independent copy of the generator.
|
boolean | equals(Object obj)
Tests if this object is equal to another.
|
String | generateLabel(XYDataset dataset, int series, int category)
Generates a label for the specified item. |
String | generateToolTip(XYDataset data, int series, int item)
Generates a tool tip text item for a particular item within a series.
|
Returns: A clone.
Throws: CloneNotSupportedException if cloning is not supported.
Parameters: obj the other object.
Returns: A boolean.
Parameters: dataset the dataset (null
not permitted). series the series index (zero-based). category the category index (zero-based).
Returns: The label (possibly null
).
Parameters: data the dataset. series the series number (zero-based index). item the item number (zero-based index).
Returns: The tool tip text (possibly null
).