Uses of Interface
org.jfree.chart.labels.ContourToolTipGenerator
Packages that use ContourToolTipGenerator
Package
Description
Generators and other classes used for the display of item labels and tooltips.
Plot classes and related interfaces.
-
Uses of ContourToolTipGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement ContourToolTipGeneratorModifier and TypeClassDescriptionclass
Deprecated.This class is no longer supported (as of version 1.0.4). -
Uses of ContourToolTipGenerator in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as ContourToolTipGeneratorModifier and TypeFieldDescriptionprivate ContourToolTipGenerator
ContourPlot.toolTipGenerator
Deprecated.The tool tip generator.Methods in org.jfree.chart.plot that return ContourToolTipGeneratorModifier and TypeMethodDescriptionContourPlot.getToolTipGenerator()
Deprecated.Returns the tool tip generator.Methods in org.jfree.chart.plot with parameters of type ContourToolTipGeneratorModifier and TypeMethodDescriptionvoid
ContourPlot.setToolTipGenerator
(ContourToolTipGenerator generator) Deprecated.Sets the tool tip generator.