Header
And More


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

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

Uses of PiePlotState in org.jfree.chart.plot
 

Methods in org.jfree.chart.plot that return PiePlotState
 PiePlotState PiePlot.initialise(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea, PiePlot plot, java.lang.Integer index, PlotRenderingInfo info)
          Initialises the drawing procedure.
 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).
 

Methods in org.jfree.chart.plot with parameters of type PiePlotState
protected  void PiePlot.drawItem(java.awt.Graphics2D g2, int section, java.awt.geom.Rectangle2D dataArea, PiePlotState state, int currentPass)
          Draws a single data item.
protected  void RingPlot.drawItem(java.awt.Graphics2D g2, int section, java.awt.geom.Rectangle2D dataArea, PiePlotState state, int currentPass)
          Draws a single data item.
protected  void PiePlot.drawLabels(java.awt.Graphics2D g2, java.util.List keys, double totalValue, java.awt.geom.Rectangle2D plotArea, java.awt.geom.Rectangle2D linkArea, PiePlotState state)
          Draws the labels for the pie sections.
protected  void PiePlot.drawLeftLabel(java.awt.Graphics2D g2, PiePlotState state, PieLabelRecord record)
          Draws a section label on the left side of the pie chart.
protected  void PiePlot.drawLeftLabels(KeyedValues leftKeys, java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea, java.awt.geom.Rectangle2D linkArea, float maxLabelWidth, PiePlotState state)
          Draws the left labels.
protected  void PiePlot.drawRightLabel(java.awt.Graphics2D g2, PiePlotState state, PieLabelRecord record)
          Draws a section label on the right side of the pie chart.
protected  void PiePlot.drawRightLabels(KeyedValues keys, java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea, java.awt.geom.Rectangle2D linkArea, float maxLabelWidth, PiePlotState state)
          Draws the right labels.
protected  void PiePlot.drawSimpleLabels(java.awt.Graphics2D g2, java.util.List keys, double totalValue, java.awt.geom.Rectangle2D plotArea, java.awt.geom.Rectangle2D pieArea, PiePlotState state)
          Draws the pie section labels in the simple form.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.