Uses of Interface
com.jrefinery.chart.tooltips.PieToolTipGenerator

Packages that use PieToolTipGenerator
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.tooltips Classes for adding tooltips to charts. 
 

Uses of PieToolTipGenerator in com.jrefinery.chart
 

Methods in com.jrefinery.chart that return PieToolTipGenerator
 PieToolTipGenerator PiePlot.getToolTipGenerator()
          Returns the tooltip generator (possibly null).
 

Methods in com.jrefinery.chart with parameters of type PieToolTipGenerator
 void PiePlot.setToolTipGenerator(PieToolTipGenerator generator)
          Sets the tool tip generator.
 

Constructors in com.jrefinery.chart with parameters of type PieToolTipGenerator
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 PieToolTipGenerator in com.jrefinery.chart.tooltips
 

Classes in com.jrefinery.chart.tooltips that implement PieToolTipGenerator
 class StandardPieToolTipGenerator
          A standard tool tip generator for plots that use data from a PieDataset.