| java.lang.Object | |||
| ↳ | org.jfree.chart.labels.AbstractCategoryItemLabelGenerator | ||
| ↳ | org.jfree.chart.labels.StandardCategoryItemLabelGenerator | ||
| ↳ | org.jfree.chart.labels.IntervalCategoryItemLabelGenerator | ||
A label generator for plots that use data from an
IntervalCategoryDataset.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_LABEL_FORMAT_STRING | The default format string. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.labels.StandardCategoryItemLabelGenerator
| |||||||||||
| 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 date formatter.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates the array of items that can be passed to the
MessageFormat class for creating labels. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.labels.StandardCategoryItemLabelGenerator
| |||||||||||
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 date formatter.
| labelFormat | the label format string (null not
permitted). |
|---|---|
| formatter | the date formatter (null not permitted).
|
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
| dataset | the dataset (null not permitted). |
|---|---|
| row | the row index (zero-based). |
| column | the column index (zero-based). |
null).