org.w3c.dom.svg

Interface SVGPathSegMovetoRel

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