public static class

DeviationRenderer.State

extends XYLineAndShapeRenderer.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

Class Overview

A state object that is passed to each call to drawItem.

Summary

Fields
public List lowerCoordinates A list of coordinates for the lower y-values in the current series (after translation into Java2D space).
public List upperCoordinates A list of coordinates for the upper y-values in the current series (after translation into Java2D space).
[Expand]
Inherited Fields
From class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
From class org.jfree.chart.renderer.xy.XYItemRendererState
Public Constructors
DeviationRenderer.State(PlotRenderingInfo info)
Creates a new state instance.
[Expand]
Inherited Methods
From class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
From class org.jfree.chart.renderer.xy.XYItemRendererState
From class org.jfree.chart.renderer.RendererState
From class java.lang.Object

Fields

public List lowerCoordinates

A list of coordinates for the lower y-values in the current series (after translation into Java2D space).

public List upperCoordinates

A list of coordinates for the upper y-values in the current series (after translation into Java2D space).

Public Constructors

public DeviationRenderer.State (PlotRenderingInfo info)

Creates a new state instance.

Parameters
info the plot rendering info.