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).
|
seriesPathworkingLine| Constructor and Description |
|---|
State(PlotRenderingInfo info)
Creates a new state instance.
|
isLastPointGood, setLastPointGood, startSeriesPassendSeriesPass, getFirstItemIndex, getLastItemIndex, getProcessVisibleItemsOnly, setProcessVisibleItemsOnlygetEntityCollection, getInfopublic java.util.List upperCoordinates
public java.util.List lowerCoordinates
public State(PlotRenderingInfo info)
info - the plot rendering info.