Uses of Interface
org.jfree.chart.urls.PieURLGenerator
Package
Description
Plot classes and related interfaces.
Classes for adding URLS to charts for HTML image map generation.
-
Uses of PieURLGenerator in org.jfree.chart.plot
Modifier and TypeMethodDescriptionPiePlot.getLegendLabelURLGenerator()
Returns the legend label URL generator.PiePlot.getURLGenerator()
Returns the URL generator.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
A custom URL generator for pie charts.class
A URL generator for pie charts.