org.w3c.dom.svg

Interface SVGPathSegLinetoAbs

public interface SVGPathSegLinetoAbs extends SVGPathSeg

Method Summary
floatgetX()
floatgetY()
voidsetX(float x)
voidsetY(float y)

Method Detail

getX

public float getX()

getY

public float getY()

setX

public void setX(float x)

setY

public void setY(float y)