Interface SVGPathSegCurvetoCubicSmoothAbs

All Superinterfaces:
SVGPathSeg
All Known Implementing Classes:
SVGPathSegCurvetoCubicSmoothAbsImpl

public interface SVGPathSegCurvetoCubicSmoothAbs extends SVGPathSeg

SVGPathSegCurvetoCubicSmoothAbs interface.

  • Method Details

    • getX

      float getX()

      getX.

      Returns:
      a float.
    • setX

      void setX(float x)

      setX.

      Parameters:
      x - a float.
      Throws:
      DOMException - if any.
    • getY

      float getY()

      getY.

      Returns:
      a float.
    • setY

      void setY(float y)

      setY.

      Parameters:
      y - a float.
      Throws:
      DOMException - if any.
    • getX2

      float getX2()

      getX2.

      Returns:
      a float.
    • setX2

      void setX2(float x2)

      setX2.

      Parameters:
      x2 - a float.
      Throws:
      DOMException - if any.
    • getY2

      float getY2()

      getY2.

      Returns:
      a float.
    • setY2

      void setY2(float y2)

      setY2.

      Parameters:
      y2 - a float.
      Throws:
      DOMException - if any.