Uses of Class
org.jfree.chart.plot.PiePlot
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Plot classes and related interfaces.
-
Uses of PiePlot in org.jfree.chart
Modifier and TypeMethodDescriptionprotected void
StandardChartTheme.applyToPiePlot
(PiePlot plot) Applies the attributes of this theme to aPiePlot
instance. -
Uses of PiePlot in org.jfree.chart.plot
Modifier and TypeClassDescriptionclass
Deprecated.For 3D pie charts, use Orson Charts (https://github.com/jfree/orson-charts).class
A customised pie plot that leaves a hole in the middle.Modifier and TypeMethodDescriptionPiePlot.initialise
(Graphics2D g2, Rectangle2D plotArea, PiePlot<?> plot, Integer index, PlotRenderingInfo info) Initialises the drawing procedure.RingPlot.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).