Uses of Class
org.jfree.chart.plot.pie.PiePlotState
-
Packages that use PiePlotState Package Description org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.pie Classes used to create pie charts. -
-
Uses of PiePlotState in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return PiePlotState Modifier and Type Method Description PiePlotStateRingPlot. initialise(Graphics2D g2, Rectangle2D plotArea, PiePlot plot, 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 Modifier and Type Method Description protected voidRingPlot. drawItem(Graphics2D g2, int section, Rectangle2D dataArea, PiePlotState state, int currentPass)Draws a single data item. -
Uses of PiePlotState in org.jfree.chart.plot.pie
Methods in org.jfree.chart.plot.pie that return PiePlotState Modifier and Type Method Description PiePlotStatePiePlot. initialise(Graphics2D g2, Rectangle2D plotArea, PiePlot<?> plot, Integer index, PlotRenderingInfo info)Initialises the drawing procedure.Methods in org.jfree.chart.plot.pie with parameters of type PiePlotState Modifier and Type Method Description protected voidPiePlot. drawItem(Graphics2D g2, int section, Rectangle2D dataArea, PiePlotState state, int currentPass)Draws a single data item.protected voidPiePlot. drawLabels(Graphics2D g2, List<K> keys, double totalValue, Rectangle2D plotArea, Rectangle2D linkArea, PiePlotState state)Draws the labels for the pie sections.protected voidPiePlot. drawLeftLabel(Graphics2D g2, PiePlotState state, PieLabelRecord record)Draws a section label on the left side of the pie chart.protected voidPiePlot. drawLeftLabels(KeyedValues<K> leftKeys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state)Draws the left labels.protected voidPiePlot. drawRightLabel(Graphics2D g2, PiePlotState state, PieLabelRecord record)Draws a section label on the right side of the pie chart.protected voidPiePlot. drawRightLabels(KeyedValues<K> keys, Graphics2D g2, Rectangle2D plotArea, Rectangle2D linkArea, float maxLabelWidth, PiePlotState state)Draws the right labels.protected voidPiePlot. drawSimpleLabels(Graphics2D g2, List<K> keys, double totalValue, Rectangle2D plotArea, Rectangle2D pieArea, PiePlotState state)Draws the pie section labels in the simple form.protected Point2DPiePlot. getArcCenter(PiePlotState state, K key)Returns the center for the specified section.protected PaintPiePlot. lookupSectionPaint(K key, PiePlotState state)Returns the paint for the specified section.
-