Class XYSplineRenderer

    • Constructor Detail

      • XYSplineRenderer

        public XYSplineRenderer()
        Creates a new instance with the precision attribute defaulting to 5 and no fill of the area 'under' the spline.
      • XYSplineRenderer

        public XYSplineRenderer​(int precision)
        Creates a new renderer with the specified precision and no fill of the area 'under' (between '0' and) the spline.
        Parameters:
        precision - the number of points between data items.
      • XYSplineRenderer

        public XYSplineRenderer​(int precision,
                                XYSplineRenderer.FillType fillType)
        Creates a new renderer with the specified precision and specified fill of the area 'under' (between '0' and) the spline.
        Parameters:
        precision - the number of points between data items.
        fillType - the type of fill beneath the curve (null not permitted).
        Since:
        1.0.17