java.lang.Object | |
↳ | org.jfree.chart.labels.StandardContourToolTipGenerator |
This class is deprecated.
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use XYPlot
and
XYBlockRenderer
.
A standard tooltip generator for plots that use data from an
ContourDataset
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tests if this object is equal to another.
| |||||||||||
Generates a tooltip text item for a particular item within a series.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Tests if this object is equal to another.
obj | the other object. |
---|
Generates a tooltip text item for a particular item within a series.
data | the dataset. |
---|---|
item | the item index (zero-based). |