| java.lang.Object | ||||
| ↳ | org.jfree.chart.renderer.RendererState | |||
| ↳ | org.jfree.chart.renderer.xy.XYItemRendererState | |||
| ↳ | org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State | |||
| ↳ | org.jfree.chart.renderer.xy.DeviationRenderer.State | |||
A state object that is passed to each call to drawItem.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lowerCoordinates | A list of coordinates for the lower y-values in the current series (after translation into Java2D space). | ||||||||||
| upperCoordinates | A list of coordinates for the upper y-values in the current series (after translation into Java2D space). | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
| |||||||||||
From class
org.jfree.chart.renderer.xy.XYItemRendererState
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new state instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
| |||||||||||
From class
org.jfree.chart.renderer.xy.XYItemRendererState
| |||||||||||
From class
org.jfree.chart.renderer.RendererState
| |||||||||||
From class
java.lang.Object
| |||||||||||
A list of coordinates for the lower y-values in the current series (after translation into Java2D space).
A list of coordinates for the upper y-values in the current series (after translation into Java2D space).
Creates a new state instance.
| info | the plot rendering info. |
|---|