java.lang.Object | ||
↳ | org.jfree.chart.renderer.RendererState | |
↳ | org.jfree.chart.plot.PiePlotState |
A renderer state.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new object for recording temporary state information for a
renderer.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the exploded pie area.
| |||||||||||
Returns the latest angle.
| |||||||||||
Returns the link area.
| |||||||||||
Returns the number of passes required by the renderer.
| |||||||||||
Returns the pie area.
| |||||||||||
Returns the x-coordinate of the center of the pie chart.
| |||||||||||
Returns the y-coordinate (in Java2D space) of the center of the pie
chart.
| |||||||||||
Returns the vertical pie radius.
| |||||||||||
Returns the horizontal pie radius.
| |||||||||||
Returns the total of the values in the dataset.
| |||||||||||
Sets the exploded pie area.
| |||||||||||
Sets the latest angle.
| |||||||||||
Sets the label link area.
| |||||||||||
Sets the number of passes required by the renderer.
| |||||||||||
Sets the pie area.
| |||||||||||
Sets the x-coordinate of the center of the pie chart.
| |||||||||||
Sets the y-coordinate of the center of the pie chart.
| |||||||||||
Sets the vertical pie radius.
| |||||||||||
Sets the horizontal pie radius.
| |||||||||||
Sets the total.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new object for recording temporary state information for a renderer.
info | the plot rendering info. |
---|
Returns the exploded pie area.
Returns the latest angle.
Returns the link area. This defines the "dog-leg" point for the label linking lines.
Returns the number of passes required by the renderer.
Returns the x-coordinate of the center of the pie chart.
Returns the y-coordinate (in Java2D space) of the center of the pie
chart. For the PiePlot3D
class, we derive this from the top of
the pie.
Returns the vertical pie radius.
Returns the horizontal pie radius.
Returns the total of the values in the dataset.
Sets the exploded pie area.
area | the area. |
---|
Sets the latest angle.
angle | the angle. |
---|
Sets the label link area. This defines the "dog-leg" point for the label linking lines.
area | the area. |
---|
Sets the number of passes required by the renderer.
passes | the passes. |
---|
Sets the x-coordinate of the center of the pie chart.
x | the x-coordinate (in Java2D space). |
---|
Sets the y-coordinate of the center of the pie chart. This method is used by the plot and typically is not called directly by applications.
y | the y-coordinate (in Java2D space). |
---|
Sets the vertical pie radius.
radius | the radius. |
---|
Sets the horizontal pie radius.
radius | the radius. |
---|
Sets the total.
total | the total. |
---|