org.jfree.chart.renderer.xy
public static class DeviationRenderer.State extends XYLineAndShapeRenderer.State
drawItem
.
Field Summary | |
---|---|
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). |
Constructor Summary | |
---|---|
State(PlotRenderingInfo info)
Creates a new state instance.
|
Parameters: info the plot rendering info.