Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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
public static class DeviationRenderer.State
extends XYLineAndShapeRenderer.State
drawItem
.
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.