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 XYToolTipGenerator
data
- 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 XYItemLabelGenerator
dataset
- 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.PublicCloneable
clone
in class Object
CloneNotSupportedException
- if cloning is not supported.public boolean equals(Object obj)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics