org.apache.batik.dom.svg

Class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem

public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegCurvetoCubicAbs, SVGPathSegCurvetoCubicRel

Constructor Summary
SVGPathSegCurvetoCubicItem(short type, String letter, float x1, float y1, float x2, float y2, float x, float y)
SVGPathSegCurvetoCubicItem(SVGPathSeg pathSeg)
Method Summary
protected StringgetStringValue()
floatgetX()
floatgetX1()
floatgetX2()
floatgetY()
floatgetY1()
floatgetY2()
voidsetX(float x)
voidsetX1(float x1)
voidsetX2(float x2)
voidsetY(float y)
voidsetY1(float y1)
voidsetY2(float y2)

Constructor Detail

SVGPathSegCurvetoCubicItem

public SVGPathSegCurvetoCubicItem(short type, String letter, float x1, float y1, float x2, float y2, float x, float y)

SVGPathSegCurvetoCubicItem

public SVGPathSegCurvetoCubicItem(SVGPathSeg pathSeg)

Method Detail

getStringValue

protected String getStringValue()

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)
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.