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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Deprecated.For serialization.private DecimalFormat
Deprecated.The number formatter. -
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.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.For serialization.- See Also:
-
valueForm
Deprecated.The number formatter.
-
-
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
.