Interface SVGPathSegLinetoHorizontalRel

All Superinterfaces:
SVGPathSeg
All Known Implementing Classes:
SVGPathSegLinetoHorizontalRelImpl

public interface SVGPathSegLinetoHorizontalRel extends SVGPathSeg

SVGPathSegLinetoHorizontalRel interface.

  • Method Details

    • getX

      float getX()

      getX.

      Returns:
      a float.
    • setX

      void setX(float x)

      setX.

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