org.w3c.dom.svg

Interface SVGPathSegCurvetoCubicAbs

public interface SVGPathSegCurvetoCubicAbs extends SVGPathSeg

Method Summary
floatgetX()
floatgetX1()
floatgetX2()
floatgetY()
floatgetY1()
floatgetY2()
voidsetX(float x)
voidsetX1(float x1)
voidsetX2(float x2)
voidsetY(float y)
voidsetY1(float y1)
voidsetY2(float y2)

Method Detail

getX

public float getX()

getX1

public float getX1()

getX2

public float getX2()

getY

public float getY()

getY1

public float getY1()

getY2

public float getY2()

setX

public void setX(float x)

setX1

public void setX1(float x1)

setX2

public void setX2(float x2)

setY

public void setY(float y)

setY1

public void setY1(float y1)

setY2

public void setY2(float y2)