Uses of Class
org.jfree.chart.plot.PiePlot

Packages that use PiePlot
org.jfree.chart.plot Plot classes and related interfaces. 
 

Uses of PiePlot in org.jfree.chart.plot
 

Subclasses of PiePlot in org.jfree.chart.plot
 class PiePlot3D
          A plot that displays data in the form of a 3D pie chart, using data from any class that implements the PieDataset interface.
 class RingPlot
          A customised pie plot that leaves a hole in the middle.
 

Methods in org.jfree.chart.plot with parameters of type PiePlot
 PiePlotState RingPlot.initialise(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea, PiePlot plot, java.lang.Integer index, PlotRenderingInfo info)
          Initialises the plot state (which will store the total of all dataset values, among other things).
 PiePlotState PiePlot.initialise(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea, PiePlot plot, java.lang.Integer index, PlotRenderingInfo info)
          Initialises the drawing procedure.