Class DeviationRenderer.State

Enclosing class:
DeviationRenderer

A state object that is passed to each call to drawItem().
  • Field Details

    • upperCoordinates

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

      A list of coordinates for the lower 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.