public static class DeviationRenderer.State extends XYLineAndShapeRenderer.State
drawItem
.Modifier and Type | Field and Description |
---|---|
java.util.List |
lowerCoordinates
A list of coordinates for the lower y-values in the current series
(after translation into Java2D space).
|
java.util.List |
upperCoordinates
A list of coordinates for the upper y-values in the current series
(after translation into Java2D space).
|
seriesPath
workingLine
Constructor and Description |
---|
State(PlotRenderingInfo info)
Creates a new state instance.
|
isLastPointGood, setLastPointGood, startSeriesPass
endSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnly
getEntityCollection, getInfo
public java.util.List upperCoordinates
public java.util.List lowerCoordinates
public State(PlotRenderingInfo info)
info
- the plot rendering info.