org.apache.batik.dom.svg

Class AbstractSVGPathSegList.SVGPathSegItem

protected class AbstractSVGPathSegList.SVGPathSegItem extends AbstractSVGItem implements SVGPathSeg, SVGPathSegClosePath

Internal representation of the item SVGPathSeg.
Field Summary
protected floatangle
protected booleanlargeArcFlag
protected Stringletter
protected floatr1
protected floatr2
protected booleansweepFlag
protected shorttype
protected floatx
protected floatx1
protected floatx2
protected floaty
protected floaty1
protected floaty2
Constructor Summary
protected SVGPathSegItem()
SVGPathSegItem(short type, String letter)
SVGPathSegItem(SVGPathSeg pathSeg)
Method Summary
shortgetPathSegType()
StringgetPathSegTypeAsLetter()
protected StringgetStringValue()

Field Detail

angle

protected float angle

largeArcFlag

protected boolean largeArcFlag

letter

protected String letter

r1

protected float r1

r2

protected float r2

sweepFlag

protected boolean sweepFlag

type

protected short type

x

protected float x

x1

protected float x1

x2

protected float x2

y

protected float y

y1

protected float y1

y2

protected float y2

Constructor Detail

SVGPathSegItem

protected SVGPathSegItem()

SVGPathSegItem

public SVGPathSegItem(short type, String letter)

SVGPathSegItem

public SVGPathSegItem(SVGPathSeg pathSeg)

Method Detail

getPathSegType

public short getPathSegType()

getPathSegTypeAsLetter

public String getPathSegTypeAsLetter()

getStringValue

protected String getStringValue()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.