org.jfree.chart.renderer.xy

Class DeviationRenderer.State

public static class DeviationRenderer.State extends XYLineAndShapeRenderer.State

A state object that is passed to each call to drawItem.
Field Summary
ListlowerCoordinates
A list of coordinates for the lower y-values in the current series (after translation into Java2D space).
ListupperCoordinates
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.

Field Detail

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 Detail

State

public State(PlotRenderingInfo info)
Creates a new state instance.

Parameters: info the plot rendering info.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.