org.apache.batik.dom.svg

Class AbstractSVGNormPathSegList.SVGPathSegGenericItem

protected class AbstractSVGNormPathSegList.SVGPathSegGenericItem extends SVGPathSegItem

Constructor Summary
SVGPathSegGenericItem(short type, String letter, float x1, float y1, float x2, float y2, float x, float y)
Method Summary
floatgetX()
floatgetX1()
floatgetX2()
floatgetY()
floatgetY1()
floatgetY2()
voidsetPathSegType(short type)
voidsetValue(float x1, float y1, float x2, float y2, float x, float y)
voidsetValue(float x, float y)
voidsetX(float x)
voidsetX1(float x)
voidsetX2(float x)
voidsetY(float y)
voidsetY1(float y)
voidsetY2(float y)

Constructor Detail

SVGPathSegGenericItem

public SVGPathSegGenericItem(short type, String letter, float x1, float y1, float x2, float y2, float x, float y)

Method Detail

getX

public float getX()

getX1

public float getX1()

getX2

public float getX2()

getY

public float getY()

getY1

public float getY1()

getY2

public float getY2()

setPathSegType

public void setPathSegType(short type)

setValue

public void setValue(float x1, float y1, float x2, float y2, float x, float y)

setValue

public void setValue(float x, float y)

setX

public void setX(float x)

setX1

public void setX1(float x)

setX2

public void setX2(float x)

setY

public void setY(float y)

setY1

public void setY1(float y)

setY2

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