Uses of Class
org.jfree.chart.plot.PiePlot
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of PiePlot in org.jfree.chart
Methods in org.jfree.chart with parameters of type PiePlot Modifier and Type Method Description protected voidStandardChartTheme. applyToPiePlot(PiePlot plot)Applies the attributes of this theme to aPiePlotinstance. -
Uses of PiePlot in org.jfree.chart.plot
Subclasses of PiePlot in org.jfree.chart.plot Modifier and Type Class Description classPiePlot3DDeprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).classRingPlotA customised pie plot that leaves a hole in the middle.Methods in org.jfree.chart.plot with parameters of type PiePlot Modifier and Type Method Description PiePlotStatePiePlot. initialise(Graphics2D g2, Rectangle2D plotArea, PiePlot<?> plot, Integer index, PlotRenderingInfo info)Initialises the drawing procedure.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).