java.lang.Object | ||
↳ | org.jfree.chart.labels.AbstractXYItemLabelGenerator | |
↳ | org.jfree.chart.labels.IntervalXYItemLabelGenerator |
An item label generator for datasets that implement the
IntervalXYDataset
interface.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_ITEM_LABEL_FORMAT | The default item label format. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an item label generator using default number formatters.
| |||||||||||
Creates an item label generator using the specified number formatters.
| |||||||||||
Creates an item label generator using the specified formatters.
| |||||||||||
Creates an item label generator using the specified formatters (a
number formatter for the x-values and a date formatter for the
y-values).
| |||||||||||
Creates a label generator using the specified date formatters.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an independent copy of the generator.
| |||||||||||
Tests this object for equality with an arbitrary object.
| |||||||||||
Generates the item label text for an item in a dataset.
|
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 an item label generator using default number formatters.
Creates an item label generator using the specified number formatters.
formatString | the item label format string (null not
permitted). |
---|---|
xFormat | the format object for the x values (null
not permitted). |
yFormat | the format object for the y values (null
not permitted).
|
Creates an item label generator using the specified formatters.
formatString | the item label format string (null
not permitted). |
---|---|
xFormat | the format object for the x values (null
not permitted). |
yFormat | the format object for the y values (null
not permitted).
|
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
formatString | the item label format string (null
not permitted). |
---|---|
xFormat | the format object for the x values (null
permitted). |
yFormat | the format object for the y values (null
not permitted).
|
Creates a label generator using the specified date formatters.
formatString | the label format string (null not
permitted). |
---|---|
xFormat | the format object for the x values (null
not permitted). |
yFormat | the format object for the y values (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 the item label text for an item in a dataset.
dataset | the dataset (null not permitted). |
---|---|
series | the series index (zero-based). |
item | the item index (zero-based). |
null
).
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). |
item | the item (zero-based index). |
String
objects (never null
).