Uses of Interface
org.jfree.chart.labels.PieToolTipGenerator
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 PieToolTipGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement PieToolTipGenerator Modifier and Type Class Description class
StandardPieItemLabelGenerator
A standard item label generator for plots that use data from aPieDataset
. -
Uses of PieToolTipGenerator in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return PieToolTipGenerator Modifier and Type Method Description PieToolTipGenerator
PiePlot. 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 with parameters of type PieToolTipGenerator Modifier and Type Method Description void
PiePlot. setToolTipGenerator(PieToolTipGenerator generator)
Sets the tool tip generator and sends aPlotChangeEvent
to all registered listeners.