Class SmoothSCurveTo

  • All Implemented Interfaces:
    IControlPointCurve, IPathShape

    public class SmoothSCurveTo
    extends CurveTo
    Implements shorthand/smooth curveTo (S) attribute of SVG's path element.
    • Constructor Detail

      • SmoothSCurveTo

        public SmoothSCurveTo()
        Creates new SmoothSCurveTo instance.
      • SmoothSCurveTo

        public SmoothSCurveTo​(boolean relative)
        Creates new SmoothSCurveTo instance.
        Parameters:
        relative - true in case it is a relative operator, false if it is an absolute operator