JFreeChart 1.0.14-redhat-2

org.jfree.chart.labels
Interface ContourToolTipGenerator

All Known Implementing Classes:
StandardContourToolTipGenerator

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.

public interface ContourToolTipGenerator

Interface for a tooltip generator for plots that use data from a ContourDataset.


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

Method Detail

generateToolTip

String generateToolTip(ContourDataset dataset,
                       int item)
Deprecated. 
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.

JFreeChart 1.0.14-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.