Class DeviationRenderer.State

    • Field Detail

      • upperCoordinates

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

        public java.util.List lowerCoordinates
        A list of coordinates for the lower 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.