java.lang.Object | |||
↳ | org.jfree.chart.labels.AbstractXYItemLabelGenerator | ||
↳ | org.jfree.chart.labels.StandardXYToolTipGenerator | ||
↳ | org.jfree.chart.labels.StandardXYZToolTipGenerator |
A standard item label generator for use with XYZDataset
data. Each
value can be formatted as a number or as a date.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_TOOL_TIP_FORMAT | The default tooltip format. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new tool tip generator using default number formatters for the
x, y and z-values.
| |||||||||||
Constructs a new tool tip generator using the specified number
formatters.
| |||||||||||
Constructs a new tool tip generator using the specified date formatters.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this object for equality with an arbitrary object.
| |||||||||||
Generates a label string for an item in the dataset.
| |||||||||||
Generates a tool tip text item for a particular item within a series.
| |||||||||||
Returns the date formatter for the z-values.
| |||||||||||
Returns the number formatter for the z-values.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates the array of items that can be passed to the
MessageFormat class for creating labels.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The default tooltip format.
Creates a new tool tip generator using default number formatters for the x, y and z-values.
Constructs a new tool tip generator using the specified number formatters.
formatString | the format string. |
---|---|
xFormat | the format object for the x values (null
not permitted). |
yFormat | the format object for the y values (null
not permitted). |
zFormat | the format object for the z values (null
not permitted).
|
Constructs a new tool tip generator using the specified date formatters.
formatString | the format string. |
---|---|
xFormat | the format object for the x values (null
not permitted). |
yFormat | the format object for the y values (null
not permitted). |
zFormat | the format object for the z values (null
not permitted).
|
Tests this object for equality with an arbitrary object.
obj | the other object (null permitted). |
---|
Generates a label string for an item in the dataset.
dataset | the dataset (null not permitted). |
---|---|
series | the series (zero-based index). |
item | the item (zero-based index). |
null
).
Generates a tool tip text item for a particular item within a series.
dataset | the dataset (null not permitted). |
---|---|
series | the series index (zero-based). |
item | the item index (zero-based). |
null
).
Returns the date formatter for the z-values.
null
).
Returns the number formatter for the z-values.
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). |
null
).