| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.chart.renderer.RendererStateorg.jfree.chart.renderer.xy.XYItemRendererStateorg.jfree.chart.renderer.xy.XYLineAndShapeRenderer.Stateorg.jfree.chart.renderer.xy.DeviationRenderer.Statepublic static class DeviationRenderer.Stateextends XYLineAndShapeRenderer.StatedrawItem.
Field Summary | |
List |
|
List |
|
Fields inherited from class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State | |
seriesPath | |
Fields inherited from class org.jfree.chart.renderer.xy.XYItemRendererState | |
workingLine | |
Constructor Summary | |
| |
Method Summary |
Methods inherited from class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State | |
isLastPointGood, setLastPointGood | |
Methods inherited from class org.jfree.chart.renderer.xy.XYItemRendererState | |
getProcessVisibleItemsOnly, setProcessVisibleItemsOnly | |
Methods inherited from class org.jfree.chart.renderer.RendererState | |
getEntityCollection, getInfo | |
public List lowerCoordinates
A list of coordinates for the lower y-values in the current series (after translation into Java2D space).
public List upperCoordinates
A list of coordinates for the upper y-values in the current series (after translation into Java2D space).
public State(PlotRenderingInfo info)
Creates a new state instance.
- Parameters:
info- the plot rendering info.