Uses of Interface
org.jfree.chart.labels.ContourToolTipGenerator
-
Packages that use ContourToolTipGenerator Package Description org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips.org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of ContourToolTipGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement ContourToolTipGenerator Modifier and Type Class Description classStandardContourToolTipGeneratorDeprecated.This class is no longer supported (as of version 1.0.4). -
Uses of ContourToolTipGenerator in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ContourToolTipGenerator Modifier and Type Method Description ContourToolTipGeneratorContourPlot. getToolTipGenerator()Deprecated.Returns the tool tip generator.Methods in org.jfree.chart.plot with parameters of type ContourToolTipGenerator Modifier and Type Method Description voidContourPlot. setToolTipGenerator(ContourToolTipGenerator generator)Deprecated.Sets the tool tip generator.
-