Interface SVGPathSegLinetoVerticalAbs

All Superinterfaces:
SVGPathSeg
All Known Implementing Classes:
SVGPathSegLinetoVerticalAbsImpl

public interface SVGPathSegLinetoVerticalAbs extends SVGPathSeg

SVGPathSegLinetoVerticalAbs interface.

  • Method Details

    • setY

      void setY(float y)

      setY.

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

      float getY()

      getY.

      Returns:
      a float.