Interface SVGPathSegLinetoVerticalRel

All Superinterfaces:
SVGPathSeg
All Known Implementing Classes:
SVGPathSegLinetoVerticalRelImpl

public interface SVGPathSegLinetoVerticalRel extends SVGPathSeg

SVGPathSegLinetoVerticalRel interface.

  • Method Details

    • getY

      float getY()

      getY.

      Returns:
      a float.
    • setY

      void setY(float y)

      setY.

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