java.lang.Object | |
↳ | org.jfree.chart.labels.SymbolicXYItemLabelGenerator |
A standard item label generator for plots that use data from an
XYDataset
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an independent copy of the generator.
| |||||||||||
Tests if this object is equal to another.
| |||||||||||
Generates a label for the specified item.
| |||||||||||
Generates a tool tip text item for a particular item within a series.
| |||||||||||
Returns a hash code for this instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns an independent copy of the generator.
CloneNotSupportedException | if cloning is not supported. |
---|
Tests if this object is equal to another.
obj | the other object. |
---|
Generates a label for the specified item. The label is typically a formatted version of the data value, but any text can be used.
dataset | the dataset (null not permitted). |
---|---|
series | the series index (zero-based). |
category | the category index (zero-based). |
null
).
Generates a tool tip text item for a particular item within a series.
data | the dataset. |
---|---|
series | the series number (zero-based index). |
item | the item number (zero-based index). |
null
).
Returns a hash code for this instance.