| java.lang.Object | |||
| ↳ | org.jfree.chart.renderer.RendererState | ||
| ↳ | org.jfree.chart.renderer.xy.XYItemRendererState | ||
| ↳ | org.jfree.chart.renderer.xy.StandardXYItemRenderer.State | ||
Records the state for the renderer. This is used to preserve state information between calls to the drawItem() method for a single chart drawing.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| seriesPath | The path for the current series. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.renderer.xy.XYItemRendererState
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new state instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the series index for the current path.
| |||||||||||
Returns a flag that indicates if the last point drawn (in the
current series) was 'good' (non-null).
| |||||||||||
Sets a flag that indicates if the last point drawn (in the current
series) was 'good' (non-null).
| |||||||||||
Sets the series index for the current path.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.renderer.xy.XYItemRendererState
| |||||||||||
From class
org.jfree.chart.renderer.RendererState
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new state instance.
| info | the plot rendering info. |
|---|
Returns the series index for the current path.
Returns a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
Sets a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
| good | the flag. |
|---|
Sets the series index for the current path.
| index | the index. |
|---|