org.apache.batik.dom.svg
Class AbstractSVGPathSegList.SVGPathSegItem
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
- All Implemented Interfaces:
- SVGItem, org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath
- Direct Known Subclasses:
- AbstractSVGNormPathSegList.SVGPathSegGenericItem, AbstractSVGPathSegList.SVGPathSegArcItem, AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem, AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem, AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem, AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem, AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem, AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem, AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
- Enclosing class:
- AbstractSVGPathSegList
protected class AbstractSVGPathSegList.SVGPathSegItem
- extends AbstractSVGItem
- implements org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath
Internal representation of the item SVGPathSeg.
Field Summary |
protected float |
angle
|
protected boolean |
largeArcFlag
|
protected String |
letter
|
protected float |
r1
|
protected float |
r2
|
protected boolean |
sweepFlag
|
protected short |
type
|
protected float |
x
|
protected float |
x1
|
protected float |
x2
|
protected float |
y
|
protected float |
y1
|
protected float |
y2
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected short type
letter
protected String letter
x
protected float x
y
protected float y
x1
protected float x1
y1
protected float y1
x2
protected float x2
y2
protected float y2
r1
protected float r1
r2
protected float r2
angle
protected float angle
largeArcFlag
protected boolean largeArcFlag
sweepFlag
protected boolean sweepFlag
AbstractSVGPathSegList.SVGPathSegItem
protected AbstractSVGPathSegList.SVGPathSegItem()
AbstractSVGPathSegList.SVGPathSegItem
public AbstractSVGPathSegList.SVGPathSegItem(short type,
String letter)
AbstractSVGPathSegList.SVGPathSegItem
public AbstractSVGPathSegList.SVGPathSegItem(org.w3c.dom.svg.SVGPathSeg pathSeg)
getStringValue
protected String getStringValue()
- Description copied from class:
AbstractSVGItem
- Return the string representation of the item.
- Specified by:
getStringValue
in class AbstractSVGItem
getPathSegType
public short getPathSegType()
- Specified by:
getPathSegType
in interface org.w3c.dom.svg.SVGPathSeg
getPathSegTypeAsLetter
public String getPathSegTypeAsLetter()
- Specified by:
getPathSegTypeAsLetter
in interface org.w3c.dom.svg.SVGPathSeg
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.