Package org.jfree.chart.labels
Interface ContourToolTipGenerator
- All Known Implementing Classes:
StandardContourToolTipGenerator
public interface ContourToolTipGenerator
Deprecated.
Interface for a tooltip generator for plots that use data from a
ContourDataset
.-
Method Summary
Modifier and TypeMethodDescriptiongenerateToolTip
(ContourDataset dataset, int item) Deprecated.Generates a tooltip text item for a particular item within a series.
-
Method Details
-
generateToolTip
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.
-
XYPlot
andXYBlockRenderer
.