org.apache.batik.dom.svg
protected class AbstractSVGPathSegList.SVGPathSegItem extends AbstractSVGItem implements org.w3c.dom.svg.SVGPathSeg, org.w3c.dom.svg.SVGPathSegClosePath
Modifier and Type | Field and Description |
---|---|
protected float |
angle |
protected boolean |
largeArcFlag |
protected java.lang.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 |
itemStringValue, parent
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
Modifier | Constructor and Description |
---|---|
protected |
AbstractSVGPathSegList.SVGPathSegItem() |
|
AbstractSVGPathSegList.SVGPathSegItem(short type,
java.lang.String letter) |
|
AbstractSVGPathSegList.SVGPathSegItem(org.w3c.dom.svg.SVGPathSeg pathSeg) |
Modifier and Type | Method and Description |
---|---|
short |
getPathSegType() |
java.lang.String |
getPathSegTypeAsLetter() |
protected java.lang.String |
getStringValue()
Return the string representation of the item.
|
getParent, getValueAsString, resetAttribute, setParent
protected short type
protected java.lang.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
protected AbstractSVGPathSegList.SVGPathSegItem()
public AbstractSVGPathSegList.SVGPathSegItem(short type, java.lang.String letter)
public AbstractSVGPathSegList.SVGPathSegItem(org.w3c.dom.svg.SVGPathSeg pathSeg)
protected java.lang.String getStringValue()
AbstractSVGItem
getStringValue
in class AbstractSVGItem
public short getPathSegType()
getPathSegType
in interface org.w3c.dom.svg.SVGPathSeg
public java.lang.String getPathSegTypeAsLetter()
getPathSegTypeAsLetter
in interface org.w3c.dom.svg.SVGPathSeg
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.