org.apache.batik.dom.svg

Class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem

public class AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegLinetoVerticalAbs, SVGPathSegLinetoVerticalRel

Constructor Summary
SVGPathSegLinetoVerticalItem(short type, String letter, float value)
SVGPathSegLinetoVerticalItem(SVGPathSeg pathSeg)
Method Summary
protected StringgetStringValue()
floatgetY()
voidsetY(float y)

Constructor Detail

SVGPathSegLinetoVerticalItem

public SVGPathSegLinetoVerticalItem(short type, String letter, float value)

SVGPathSegLinetoVerticalItem

public SVGPathSegLinetoVerticalItem(SVGPathSeg pathSeg)

Method Detail

getStringValue

protected String getStringValue()

getY

public float getY()

setY

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