Uses of Interface
org.jfree.chart.labels.PieToolTipGenerator
-
Packages that use PieToolTipGenerator Package Description org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips.org.jfree.chart.plot.pie Classes used to create pie charts. -
-
Uses of PieToolTipGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement PieToolTipGenerator Modifier and Type Class Description classStandardPieToolTipGeneratorA standard item label generator for plots that use data from aPieDataset. -
Uses of PieToolTipGenerator in org.jfree.chart.plot.pie
Methods in org.jfree.chart.plot.pie that return PieToolTipGenerator Modifier and Type Method Description PieToolTipGeneratorPiePlot. getToolTipGenerator()Returns the tool tip generator, an object that is responsible for generating the text items used for tool tips by the plot.Methods in org.jfree.chart.plot.pie with parameters of type PieToolTipGenerator Modifier and Type Method Description voidPiePlot. setToolTipGenerator(PieToolTipGenerator generator)Sets the tool tip generator and sends aPlotChangeEventto all registered listeners.
-