java.lang.Object | ||
↳ | org.jfree.chart.labels.AbstractCategoryItemLabelGenerator | |
↳ | org.jfree.chart.labels.StandardCategoryToolTipGenerator |
![]() |
A standard tool tip generator that can be used with a
CategoryItemRenderer
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_TOOL_TIP_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 date formatter.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests this generator for equality with an arbitrary object.
| |||||||||||
Generates the tool tip text for an item in a dataset.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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).
|
Tests this generator for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Generates the tool tip text 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
).