org.apache.batik.dom.svg

Class AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem

public class AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegMovetoAbs, SVGPathSegMovetoRel, SVGPathSegLinetoAbs, SVGPathSegLinetoRel

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

Constructor Detail

SVGPathSegMovetoLinetoItem

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

SVGPathSegMovetoLinetoItem

public SVGPathSegMovetoLinetoItem(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) 2008 Apache Software Foundation. All Rights Reserved.