Package | Description |
---|---|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.urls |
Classes for adding URLS to charts for HTML image map generation.
|
Modifier and Type | Method and Description |
---|---|
PieURLGenerator |
PiePlot.getLegendLabelURLGenerator()
Returns the legend label URL generator.
|
PieURLGenerator |
PiePlot.getURLGenerator()
Returns the URL generator.
|
Modifier and Type | Method and Description |
---|---|
void |
PiePlot.setLegendLabelURLGenerator(PieURLGenerator generator)
Sets the legend label URL generator and sends a
PlotChangeEvent to all registered listeners. |
void |
PiePlot.setURLGenerator(PieURLGenerator generator)
Sets the URL generator and sends a
PlotChangeEvent to all
registered listeners. |
Modifier and Type | Class and Description |
---|---|
class |
CustomPieURLGenerator
A custom URL generator for pie charts.
|
class |
StandardPieURLGenerator
A URL generator for pie charts.
|