org.jfree.chart.labels
public class StandardContourToolTipGenerator extends Object implements ContourToolTipGenerator, Serializable
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.Method Summary | |
---|---|
boolean | equals(Object obj)
Tests if this object is equal to another.
|
String | generateToolTip(ContourDataset data, int item)
Generates a tooltip text item for a particular item within a series.
|
Parameters: obj the other object.
Returns: A boolean.
Parameters: data the dataset. item the item index (zero-based).
Returns: The tooltip text.