org.w3c.dom.svg

Interface SVGPathSegMovetoAbs

public interface SVGPathSegMovetoAbs 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)