org.jfree.chart.labels

Interface ContourToolTipGenerator

public interface ContourToolTipGenerator

Deprecated: This interface is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.

Interface for a tooltip generator for plots that use data from a ContourDataset.
Method Summary
StringgenerateToolTip(ContourDataset dataset, int item)
Generates a tooltip text item for a particular item within a series.

Method Detail

generateToolTip

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

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

Returns: The tooltip text.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.