protected class AbstractSVGPathSegList.SVGPathSegItem extends AbstractSVGItem
Modifier and Type | Field and Description |
---|---|
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 |
itemStringValue, parent
Modifier | Constructor and Description |
---|---|
protected |
AbstractSVGPathSegList.SVGPathSegItem() |
|
AbstractSVGPathSegList.SVGPathSegItem(short type,
String letter) |
|
AbstractSVGPathSegList.SVGPathSegItem(SVGPathSeg pathSeg) |
Modifier and Type | Method and Description |
---|---|
short |
getPathSegType() |
String |
getPathSegTypeAsLetter() |
protected String |
getStringValue()
Return the string representation of the item.
|
getParent, getValueAsString, resetAttribute, setParent
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
protected AbstractSVGPathSegList.SVGPathSegItem()
public AbstractSVGPathSegList.SVGPathSegItem(short type, String letter)
public AbstractSVGPathSegList.SVGPathSegItem(SVGPathSeg pathSeg)
protected String getStringValue()
AbstractSVGItem
getStringValue
in class AbstractSVGItem
public short getPathSegType()
public String getPathSegTypeAsLetter()
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.