java.lang.Object | ||
↳ | org.jfree.chart.labels.AbstractXYItemLabelGenerator | |
↳ | org.jfree.chart.labels.StandardXYToolTipGenerator |
![]() |
A standard tool tip generator for use with an
XYItemRenderer
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_TOOL_TIP_FORMAT | The default tooltip format. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a tool tip generator using default number formatters.
| |||||||||||
Creates a tool tip generator using the specified number formatters.
| |||||||||||
Creates a tool tip generator using the specified number formatters.
| |||||||||||
Creates a tool tip generator using the specified formatters (a
number formatter for the x-values and a date formatter for the
y-values).
| |||||||||||
Creates a tool tip 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 tool tip text for an item in a dataset.
| |||||||||||
Returns a tool tip generator that formats the x-values as dates and the
y-values as numbers.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The default tooltip format.
Creates a tool tip generator using default number formatters.
Creates a tool tip 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 a tool tip generator using the specified number 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).
|
Creates a tool tip 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 tool tip 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 tool tip 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
).
Returns a tool tip generator that formats the x-values as dates and the y-values as numbers.
null
).