| java.lang.Object | |
| ↳ | org.jfree.chart.labels.MultipleXYSeriesLabelGenerator |
A series label generator for plots that use data from
an XYDataset.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_LABEL_FORMAT | The default item label format. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an item label generator using default number formatters.
| |||||||||||
Creates a new series label generator.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds an extra label for the specified series.
| |||||||||||
Clears the extra labels for the specified series.
| |||||||||||
Returns an independent copy of the generator.
| |||||||||||
Tests this object for equality with an arbitrary object.
| |||||||||||
Generates a label for the specified series.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.labels.XYSeriesLabelGenerator
| |||||||||||
The default item label format.
Creates an item label generator using default number formatters.
Creates a new series label generator.
| format | the format pattern (null not permitted).
|
|---|
Adds an extra label for the specified series.
| series | the series index. |
|---|---|
| label | the label. |
Clears the extra labels for the specified series.
| series | the series index. |
|---|
Returns an independent copy of the generator.
| CloneNotSupportedException | if cloning is not supported. |
|---|
Tests this object for equality with an arbitrary object.
| obj | the other object (null permitted). |
|---|
Generates a label for the specified series. This label will be used for the chart legend.
| dataset | the dataset (null not permitted). |
|---|---|
| series | the series. |
Returns a hash code for this instance.
Creates the array of items that can be passed to the MessageFormat class for creating labels.
| dataset | the dataset (null not permitted). |
|---|---|
| series | the series (zero-based index). |
null).