Interface SVGPathSegMovetoRel

All Superinterfaces:
SVGPathSeg
All Known Implementing Classes:
SVGPathSegMovetoRelImpl

public interface SVGPathSegMovetoRel extends SVGPathSeg

SVGPathSegMovetoRel 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.