org.apache.batik.dom.svg

Class AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem

public class AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegLinetoHorizontalAbs, SVGPathSegLinetoHorizontalRel

Constructor Summary
SVGPathSegLinetoHorizontalItem(short type, String letter, float value)
SVGPathSegLinetoHorizontalItem(SVGPathSeg pathSeg)
Method Summary
protected StringgetStringValue()
floatgetX()
voidsetX(float x)

Constructor Detail

SVGPathSegLinetoHorizontalItem

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

SVGPathSegLinetoHorizontalItem

public SVGPathSegLinetoHorizontalItem(SVGPathSeg pathSeg)

Method Detail

getStringValue

protected String getStringValue()

getX

public float getX()

setX

public void setX(float x)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.