Uses of Interface
org.jfree.chart.labels.PieToolTipGenerator
Package
Description
Generators and other classes used for the display of item labels and tooltips.
Plot classes and related interfaces.
-
Uses of PieToolTipGenerator in org.jfree.chart.labels
Modifier and TypeClassDescriptionclass
A standard item label generator for plots that use data from aPieDataset
. -
Uses of PieToolTipGenerator in org.jfree.chart.plot
Modifier and TypeMethodDescriptionPiePlot.getToolTipGenerator()
Returns the tool tip generator, an object that is responsible for generating the text items used for tool tips by the plot.Modifier and TypeMethodDescriptionvoid
PiePlot.setToolTipGenerator
(PieToolTipGenerator generator) Sets the tool tip generator and sends aPlotChangeEvent
to all registered listeners.