java.lang.Object | |
↳ | org.jfree.chart.labels.StandardCategorySeriesLabelGenerator |
A standard series label generator for plots that use data from
a CategoryDataset
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_LABEL_FORMAT | The default item label format. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a default series label generator (uses
DEFAULT_LABEL_FORMAT ). | |||||||||||
Creates a new series label generator.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The default item label format.
Creates a default series label generator (uses
DEFAULT_LABEL_FORMAT
).
Creates a new series label generator.
format | the format pattern (null not permitted).
|
---|
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.
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
).