Package org.jfree.chart.labels
Class StandardContourToolTipGenerator
java.lang.Object
org.jfree.chart.labels.StandardContourToolTipGenerator
- All Implemented Interfaces:
Serializable
,ContourToolTipGenerator
public class StandardContourToolTipGenerator
extends Object
implements ContourToolTipGenerator, Serializable
Deprecated.
A standard tooltip generator for plots that use data from an
ContourDataset
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Tests if this object is equal to another.generateToolTip
(ContourDataset data, int item) Deprecated.Generates a tooltip text item for a particular item within a series.
-
Constructor Details
-
StandardContourToolTipGenerator
public StandardContourToolTipGenerator()Deprecated.
-
-
Method Details
-
generateToolTip
Deprecated.Generates a tooltip text item for a particular item within a series.- Specified by:
generateToolTip
in interfaceContourToolTipGenerator
- Parameters:
data
- the dataset.item
- the item index (zero-based).- Returns:
- The tooltip text.
-
equals
Deprecated.Tests if this object is equal to another.
-
XYPlot
andXYBlockRenderer
.