java.lang.Object | |
↳ | org.jfree.chart.labels.CustomXYToolTipGenerator |
A tool tip generator that stores custom tooltips. The dataset passed into the generateToolTip method is ignored.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a list of tooltips for a series.
| |||||||||||
Returns an independent copy of the generator.
| |||||||||||
Tests if this object is equal to another.
| |||||||||||
Generates a tool tip text item for a particular item within a series.
| |||||||||||
Returns the number of tool tip lists stored by the renderer.
| |||||||||||
Returns the number of tool tips in a given list.
| |||||||||||
Returns the tool tip text for an item.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default constructor.
Adds a list of tooltips for a series.
toolTips | the list of tool tips. |
---|
Returns an independent copy of the generator.
CloneNotSupportedException | if cloning is not supported. |
---|
Tests if this object is equal to another.
obj | the other object. |
---|
Generates a tool tip text item for a particular item within a series.
data | the dataset (ignored in this implementation). |
---|---|
series | the series (zero-based index). |
item | the item (zero-based index). |
Returns the number of tool tip lists stored by the renderer.
Returns the number of tool tips in a given list.
list | the list index (zero based). |
---|
Returns the tool tip text for an item.
series | the series index. |
---|---|
item | the item index. |