protected class AbstractSVGPathSegList.SVGPathSegItem extends AbstractSVGItem
| 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| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSVGPathSegList.SVGPathSegItem() |
|
AbstractSVGPathSegList.SVGPathSegItem(short type,
java.lang.String letter) |
|
AbstractSVGPathSegList.SVGPathSegItem(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, setParentprotected 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(SVGPathSeg pathSeg)
protected java.lang.String getStringValue()
AbstractSVGItemgetStringValue in class AbstractSVGItempublic short getPathSegType()
public java.lang.String getPathSegTypeAsLetter()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.