Uses of Interface
com.jrefinery.chart.urls.PieURLGenerator

Packages that use PieURLGenerator
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.urls Classes for adding URLS to charts for HTML image map generation. 
 

Uses of PieURLGenerator in com.jrefinery.chart
 

Methods in com.jrefinery.chart that return PieURLGenerator
 PieURLGenerator PiePlot.getURLGenerator()
          Returns the URL generator (possibly null).
 

Methods in com.jrefinery.chart with parameters of type PieURLGenerator
 void PiePlot.setURLGenerator(PieURLGenerator generator)
          Sets the URL generator.
 

Constructors in com.jrefinery.chart with parameters of type PieURLGenerator
PiePlot(PieDataset data, java.awt.Insets insets, java.awt.Paint backgroundPaint, java.awt.Image backgroundImage, float backgroundAlpha, java.awt.Stroke outlineStroke, java.awt.Paint outlinePaint, float foregroundAlpha, double interiorGapPercent, boolean circular, double radiusPercent, int sectionLabelType, java.awt.Font sectionLabelFont, java.awt.Paint sectionLabelPaint, double sectionLabelGapPercent, java.lang.String valueFormatString, java.lang.String percentFormatString, PieToolTipGenerator toolTipGenerator, PieURLGenerator urlGenerator)
          Constructs a pie plot.
 

Uses of PieURLGenerator in com.jrefinery.chart.urls
 

Classes in com.jrefinery.chart.urls that implement PieURLGenerator
 class StandardPieURLGenerator
          A URL generator.