Interface SVGPathSegLinetoHorizontalAbs

All Superinterfaces:
SVGPathSeg
All Known Implementing Classes:
SVGPathSegLinetoHorizontalAbsImpl

public interface SVGPathSegLinetoHorizontalAbs extends SVGPathSeg

SVGPathSegLinetoHorizontalAbs interface.

  • Method Details

    • getX

      float getX()

      getX.

      Returns:
      a float.
    • setX

      void setX(float x)

      setX.

      Parameters:
      x - a float.