org.jfree.chart.renderer.xy

Class DeviationRenderer.State

Enclosing Class:
DeviationRenderer

public static class DeviationRenderer.State
extends XYLineAndShapeRenderer.State

A state object that is passed to each call to 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).

Fields inherited from class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State

seriesPath

Fields inherited from class org.jfree.chart.renderer.xy.XYItemRendererState

workingLine

Constructor Summary

State(PlotRenderingInfo info)
Creates a new state instance.

Method Summary

Methods inherited from class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State

isLastPointGood, setLastPointGood

Methods inherited from class org.jfree.chart.renderer.RendererState

getEntityCollection, getInfo

Field Details

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).

Constructor Details

State

public State(PlotRenderingInfo info)
Creates a new state instance.
Parameters:
info - the plot rendering info.