Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StandardChartTheme.applyToPiePlot(PiePlot plot)
Applies the attributes of this theme to a
PiePlot instance. |
Modifier and Type | Class and Description |
---|---|
class |
PiePlot3D
A plot that displays data in the form of a 3D pie chart, using data from
any class that implements the
PieDataset interface. |
class |
RingPlot
A customised pie plot that leaves a hole in the middle.
|
Modifier and Type | Method and Description |
---|---|
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).
|
PiePlotState |
PiePlot.initialise(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
PiePlot plot,
java.lang.Integer index,
PlotRenderingInfo info)
Initialises the drawing procedure.
|