Uses of Class
org.jfree.chart.plot.PiePlot
Package | Description |
---|---|
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 Modifier and Type Class Description class
PiePlot3D
A plot that displays data in the form of a 3D pie chart, using data from any class that implements thePieDataset
interface.Methods in org.jfree.chart.plot with parameters of type PiePlot Modifier and Type Method Description PiePlotState
PiePlot. initialise(Graphics2D g2, Rectangle2D plotArea, PiePlot plot, Integer index, PlotRenderingInfo info)
Initialises the drawing procedure.