| java.lang.Object | |||
| ↳ | org.jfree.chart.labels.AbstractCategoryItemLabelGenerator | ||
| ↳ | org.jfree.chart.labels.StandardCategoryToolTipGenerator | ||
| ↳ | org.jfree.chart.labels.IntervalCategoryToolTipGenerator | ||
A tooltip generator for plots that use data from an
IntervalCategoryDataset.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_TOOL_TIP_FORMAT_STRING | The default format string. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.labels.StandardCategoryToolTipGenerator
| |||||||||||
| 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 tool tip generator for equality with an arbitrary
object.
| |||||||||||
| 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.StandardCategoryToolTipGenerator
| |||||||||||
From class
org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.labels.CategoryToolTipGenerator
| |||||||||||
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 tool tip generator for equality with an arbitrary object.
| obj | the object (null 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).