Uses of Interface
org.jfree.chart.urls.PieURLGenerator
Packages that use 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
Fields in org.jfree.chart.plot declared as PieURLGeneratorModifier and TypeFieldDescriptionprivate PieURLGeneratorPiePlot.legendLabelURLGeneratorA URL generator for the legend items (optional).private PieURLGeneratorPiePlot.urlGeneratorThe URL generator.Methods in org.jfree.chart.plot that return PieURLGeneratorModifier and TypeMethodDescriptionPiePlot.getLegendLabelURLGenerator()Returns the legend label URL generator.PiePlot.getURLGenerator()Returns the URL generator.Methods in org.jfree.chart.plot with parameters of type PieURLGeneratorModifier and TypeMethodDescriptionvoidPiePlot.setLegendLabelURLGenerator(PieURLGenerator generator) Sets the legend label URL generator and sends aPlotChangeEventto all registered listeners.voidPiePlot.setURLGenerator(PieURLGenerator generator) Sets the URL generator and sends aPlotChangeEventto all registered listeners. -
Uses of PieURLGenerator in org.jfree.chart.urls
Classes in org.jfree.chart.urls that implement PieURLGeneratorModifier and TypeClassDescriptionclassA custom URL generator for pie charts.classA URL generator for pie charts.