org.jfree.chart.renderer.xy
Class DeviationRenderer.State
java.lang.Object
org.jfree.chart.renderer.RendererState
org.jfree.chart.renderer.xy.XYItemRendererState
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
org.jfree.chart.renderer.xy.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). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
upperCoordinates
public 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).
DeviationRenderer.State
public DeviationRenderer.State(PlotRenderingInfo info)
- Creates a new state instance.
- Parameters:
info
- the plot rendering info.
Copyright © 2001-2012 JFree.org. All Rights Reserved.