|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGItem
org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegItem
protected class AbstractSVGPathSegList.SVGPathSegItem
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
|
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGItem |
---|
itemStringValue, parent |
Fields inherited from interface org.w3c.dom.svg.SVGPathSeg |
---|
PATHSEG_ARC_ABS, PATHSEG_ARC_REL, PATHSEG_CLOSEPATH, PATHSEG_CURVETO_CUBIC_ABS, PATHSEG_CURVETO_CUBIC_REL, PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, PATHSEG_CURVETO_CUBIC_SMOOTH_REL, PATHSEG_CURVETO_QUADRATIC_ABS, PATHSEG_CURVETO_QUADRATIC_REL, PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, PATHSEG_LINETO_ABS, PATHSEG_LINETO_HORIZONTAL_ABS, PATHSEG_LINETO_HORIZONTAL_REL, PATHSEG_LINETO_REL, PATHSEG_LINETO_VERTICAL_ABS, PATHSEG_LINETO_VERTICAL_REL, PATHSEG_MOVETO_ABS, PATHSEG_MOVETO_REL, PATHSEG_UNKNOWN |
Constructor Summary | |
---|---|
protected |
AbstractSVGPathSegList.SVGPathSegItem()
|
|
AbstractSVGPathSegList.SVGPathSegItem(short type,
String letter)
|
|
AbstractSVGPathSegList.SVGPathSegItem(org.w3c.dom.svg.SVGPathSeg pathSeg)
|
Method Summary | |
---|---|
short |
getPathSegType()
|
String |
getPathSegTypeAsLetter()
|
protected String |
getStringValue()
Return the string representation of the item. |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGItem |
---|
getParent, getValueAsString, resetAttribute, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected short type
protected String letter
protected float x
protected float y
protected float x1
protected float y1
protected float x2
protected float y2
protected float r1
protected float r2
protected float angle
protected boolean largeArcFlag
protected boolean sweepFlag
Constructor Detail |
---|
protected AbstractSVGPathSegList.SVGPathSegItem()
public AbstractSVGPathSegList.SVGPathSegItem(short type, String letter)
public AbstractSVGPathSegList.SVGPathSegItem(org.w3c.dom.svg.SVGPathSeg pathSeg)
Method Detail |
---|
protected String getStringValue()
AbstractSVGItem
getStringValue
in class AbstractSVGItem
public short getPathSegType()
getPathSegType
in interface org.w3c.dom.svg.SVGPathSeg
public String getPathSegTypeAsLetter()
getPathSegTypeAsLetter
in interface org.w3c.dom.svg.SVGPathSeg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |