public static class DeviationRenderer.State extends XYLineAndShapeRenderer.State
drawItem().| Modifier and Type | Field and Description |
|---|---|
List |
lowerCoordinates
A list of coordinates for the lower y-values in the current series
(after translation into Java2D space).
|
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, setProcessVisibleItemsOnlygetElementHinting, getEntityCollection, getInfo, setElementHintingpublic List upperCoordinates
public List lowerCoordinates
public State(PlotRenderingInfo info)
info - the plot rendering info.Copyright © 2001–2017 JFree.org. All rights reserved.