org.jfree.chart.renderer.xy
Class DeviationRenderer.State
- DeviationRenderer
A state object that is passed to each call to drawItem
.
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).
|
lowerCoordinates
public List lowerCoordinates
A list of coordinates for the lower y-values in the current series
(after translation into Java2D space).
upperCoordinates
public List upperCoordinates
A list of coordinates for the upper y-values in the current series
(after translation into Java2D space).