org.apache.batik.dom.svg

Class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem

public class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegCurvetoQuadraticAbs, SVGPathSegCurvetoQuadraticRel

Constructor Summary
SVGPathSegCurvetoQuadraticItem(short type, String letter, float x1, float y1, float x, float y)
SVGPathSegCurvetoQuadraticItem(SVGPathSeg pathSeg)
Method Summary
protected StringgetStringValue()
floatgetX()
floatgetX1()
floatgetY()
floatgetY1()
voidsetX(float x)
voidsetX1(float x1)
voidsetY(float y)
voidsetY1(float y1)

Constructor Detail

SVGPathSegCurvetoQuadraticItem

public SVGPathSegCurvetoQuadraticItem(short type, String letter, float x1, float y1, float x, float y)

SVGPathSegCurvetoQuadraticItem

public SVGPathSegCurvetoQuadraticItem(SVGPathSeg pathSeg)

Method Detail

getStringValue

protected String getStringValue()

getX

public float getX()

getX1

public float getX1()

getY

public float getY()

getY1

public float getY1()

setX

public void setX(float x)

setX1

public void setX1(float x1)

setY

public void setY(float y)

setY1

public void setY1(float y1)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.