Package org.jfree.chart.labels
Class StandardContourToolTipGenerator
- java.lang.Object
-
- org.jfree.chart.labels.StandardContourToolTipGenerator
-
- All Implemented Interfaces:
java.io.Serializable
,ContourToolTipGenerator
public class StandardContourToolTipGenerator extends java.lang.Object implements ContourToolTipGenerator, java.io.Serializable
Deprecated.This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to useXYPlot
andXYBlockRenderer
.A standard tooltip generator for plots that use data from anContourDataset
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StandardContourToolTipGenerator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Deprecated.Tests if this object is equal to another.java.lang.String
generateToolTip(ContourDataset data, int item)
Deprecated.Generates a tooltip text item for a particular item within a series.
-
-
-
Constructor Detail
-
StandardContourToolTipGenerator
public StandardContourToolTipGenerator()
Deprecated.
-
-
Method Detail
-
generateToolTip
public java.lang.String generateToolTip(ContourDataset data, int item)
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
public boolean equals(java.lang.Object obj)
Deprecated.Tests if this object is equal to another.- Overrides:
equals
in classjava.lang.Object
- Parameters:
obj
- the other object.- Returns:
- A boolean.
-
-