Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » renderer » xy » [javadoc | source]
org.jfree.chart.renderer.xy
public static class: DeviationRenderer.State [javadoc | source]
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
A state object that is passed to each call to drawItem.
Field Summary
public  List upperCoordinates    A list of coordinates for the upper y-values in the current series (after translation into Java2D space). 
public  List lowerCoordinates    A list of coordinates for the lower y-values in the current series (after translation into Java2D space). 
Fields inherited from org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State:
seriesPath
Fields inherited from org.jfree.chart.renderer.xy.XYItemRendererState:
workingLine
Constructor:
 public State(PlotRenderingInfo info) 
    Creates a new state instance.
    Parameters:
    info - the plot rendering info.
Methods from org.jfree.chart.renderer.xy.XYLineAndShapeRenderer$State:
isLastPointGood,   setLastPointGood
Methods from org.jfree.chart.renderer.xy.XYItemRendererState:
getProcessVisibleItemsOnly,   setProcessVisibleItemsOnly
Methods from org.jfree.chart.renderer.RendererState:
getEntityCollection,   getInfo
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait