Module platform

Class XYSplineRenderer.XYSplineState

Enclosing class:
XYSplineRenderer

public static class XYSplineRenderer.XYSplineState extends XYLineAndShapeRenderer.State
Represents state information that applies to a single rendering of a chart.
  • Field Details

    • fillArea

      public GeneralPath fillArea
      The area to fill under the curve.
    • points

      public List<Point2D> points
      The points.
  • Constructor Details

    • XYSplineState

      public XYSplineState(PlotRenderingInfo info)
      Creates a new state instance.
      Parameters:
      info - the plot rendering info.