| java.lang.Object | ||
| ↳ | org.jfree.chart.labels.AbstractCategoryItemLabelGenerator | |
| ↳ | org.jfree.chart.labels.StandardCategoryItemLabelGenerator | |
Known Direct Subclasses
|
A standard label generator that can be used with a
CategoryItemRenderer.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_LABEL_FORMAT_STRING | The default format string. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new generator with a default number formatter.
| |||||||||||
Creates a new generator with the specified number formatter.
| |||||||||||
Creates a new generator with the specified number formatter.
| |||||||||||
Creates a new generator with the specified date formatter.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this generator for equality with an arbitrary object.
| |||||||||||
Generates the label for an item in a dataset.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.labels.CategoryItemLabelGenerator
| |||||||||||
The default format string.
Creates a new generator with a default number formatter.
Creates a new generator with the specified number formatter.
| labelFormat | the label format string (null not
permitted). |
|---|---|
| formatter | the number formatter (null not permitted).
|
Creates a new generator with the specified number formatter.
| labelFormat | the label format string (null not
permitted). |
|---|---|
| formatter | the number formatter (null not permitted). |
| percentFormatter | the percent formatter (null not
permitted). |
Creates a new generator with the specified date formatter.
| labelFormat | the label format string (null not
permitted). |
|---|---|
| formatter | the date formatter (null not permitted).
|
Tests this generator for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
true if this generator is equal to
obj, and false otherwise.
Generates the label for an item in a dataset. Note: in the current dataset implementation, each row is a series, and each column contains values for a particular category.
| dataset | the dataset (null not permitted). |
|---|---|
| row | the row index (zero-based). |
| column | the column index (zero-based). |
null).