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.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardPieToolTipGenerator
A standard item label generator for plots that use data from a
PieDataset . |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
PiePlot.setToolTipGenerator(PieToolTipGenerator generator)
Sets the tool tip generator and sends a
PlotChangeEvent to all
registered listeners. |