public class SymbolicXYItemLabelGenerator extends Object implements XYItemLabelGenerator, XYToolTipGenerator, Cloneable, org.jfree.util.PublicCloneable, Serializable
XYDataset.| Constructor and Description |
|---|
SymbolicXYItemLabelGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
int |
hashCode()
Returns a hash code for this instance.
|
public String generateToolTip(XYDataset data, int series, int item)
generateToolTip in interface XYToolTipGeneratordata - the dataset.series - the series number (zero-based index).item - the item number (zero-based index).null).public String generateLabel(XYDataset dataset, int series, int category)
generateLabel in interface XYItemLabelGeneratordataset - the dataset (null not permitted).series - the series index (zero-based).category - the category index (zero-based).null).public Object clone() throws CloneNotSupportedException
clone in interface org.jfree.util.PublicCloneableclone in class ObjectCloneNotSupportedException - if cloning is not supported.public boolean equals(Object obj)
Copyright © 2001-2014 JFree.org. All Rights Reserved.