Class QuadraticSmoothCurveTo

All Implemented Interfaces:
IControlPointCurve, IPathShape

public class QuadraticSmoothCurveTo extends QuadraticCurveTo
Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element.
  • Constructor Details

    • QuadraticSmoothCurveTo

      public QuadraticSmoothCurveTo()
      Creates new QuadraticSmoothCurveTo instance.
    • QuadraticSmoothCurveTo

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