org.jfree.chart.labels

Class StandardContourToolTipGenerator

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
booleanequals(Object obj)
Tests if this object is equal to another.
StringgenerateToolTip(ContourDataset data, int item)
Generates a tooltip text item for a particular item within a series.

Method Detail

equals

public boolean equals(Object obj)
Tests if this object is equal to another.

Parameters: obj the other object.

Returns: A boolean.

generateToolTip

public String generateToolTip(ContourDataset data, int item)
Generates a tooltip text item for a particular item within a series.

Parameters: data the dataset. item the item index (zero-based).

Returns: The tooltip text.