org.apache.batik.dom.svg

Class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem

public class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegCurvetoQuadraticSmoothAbs, SVGPathSegCurvetoQuadraticSmoothRel

Constructor Summary
SVGPathSegCurvetoQuadraticSmoothItem(short type, String letter, float x, float y)
SVGPathSegCurvetoQuadraticSmoothItem(SVGPathSeg pathSeg)
Method Summary
protected StringgetStringValue()
floatgetX()
floatgetY()
voidsetX(float x)
voidsetY(float y)

Constructor Detail

SVGPathSegCurvetoQuadraticSmoothItem

public SVGPathSegCurvetoQuadraticSmoothItem(short type, String letter, float x, float y)

SVGPathSegCurvetoQuadraticSmoothItem

public SVGPathSegCurvetoQuadraticSmoothItem(SVGPathSeg pathSeg)

Method Detail

getStringValue

protected String getStringValue()

getX

public float getX()

getY

public float getY()

setX

public void setX(float x)

setY

public void setY(float y)
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.