Interface SVGPathSegCurvetoCubicAbs

All Superinterfaces:
SVGPathSeg
All Known Implementing Classes:
SVGPathSegCurvetoCubicAbsImpl

public interface SVGPathSegCurvetoCubicAbs extends SVGPathSeg

SVGPathSegCurvetoCubicAbs 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.
    • getX1

      float getX1()

      getX1.

      Returns:
      a float.
    • setX1

      void setX1(float x1)

      setX1.

      Parameters:
      x1 - a float.
      Throws:
      DOMException - if any.
    • getY1

      float getY1()

      getY1.

      Returns:
      a float.
    • setY1

      void setY1(float y1)

      setY1.

      Parameters:
      y1 - 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.