Class XYSplineRenderer.XYSplineState

    • Field Detail

      • fillArea

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

        public java.util.List<java.awt.geom.Point2D> points
        The points.
    • Constructor Detail

      • XYSplineState

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