Uses of Interface
org.jfree.chart.urls.PieURLGenerator
-
Packages that use PieURLGenerator 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. -
-
Uses of PieURLGenerator in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as PieURLGenerator Modifier and Type Field Description private PieURLGenerator
PiePlot. legendLabelURLGenerator
A URL generator for the legend items (optional).private PieURLGenerator
PiePlot. urlGenerator
The URL generator.Methods in org.jfree.chart.plot that return PieURLGenerator Modifier and Type Method Description PieURLGenerator
PiePlot. getLegendLabelURLGenerator()
Returns the legend label URL generator.PieURLGenerator
PiePlot. getURLGenerator()
Returns the URL generator.Methods in org.jfree.chart.plot with parameters of type PieURLGenerator Modifier and Type Method Description void
PiePlot. setLegendLabelURLGenerator(PieURLGenerator generator)
Sets the legend label URL generator and sends aPlotChangeEvent
to all registered listeners.void
PiePlot. setURLGenerator(PieURLGenerator generator)
Sets the URL generator and sends aPlotChangeEvent
to all registered listeners. -
Uses of PieURLGenerator in org.jfree.chart.urls
Classes in org.jfree.chart.urls that implement PieURLGenerator Modifier and Type Class Description class
CustomPieURLGenerator
A custom URL generator for pie charts.class
StandardPieURLGenerator
A URL generator for pie charts.
-