public class AbstractSVGPathSegList.SVGPathSegArcItem extends AbstractSVGPathSegList.SVGPathSegItem
angle, largeArcFlag, letter, r1, r2, sweepFlag, type, x, x1, x2, y, y1, y2
itemStringValue, parent
Constructor and Description |
---|
SVGPathSegArcItem(short type,
java.lang.String letter,
float r1,
float r2,
float angle,
boolean largeArcFlag,
boolean sweepFlag,
float x,
float y) |
SVGPathSegArcItem(SVGPathSeg pathSeg) |
Modifier and Type | Method and Description |
---|---|
float |
getAngle() |
boolean |
getLargeArcFlag() |
float |
getR1() |
float |
getR2() |
protected java.lang.String |
getStringValue()
Return the string representation of the item.
|
boolean |
getSweepFlag() |
float |
getX() |
float |
getY() |
void |
setAngle(float angle) |
void |
setLargeArcFlag(boolean largeArcFlag) |
void |
setR1(float r1) |
void |
setR2(float r2) |
void |
setSweepFlag(boolean sweepFlag) |
void |
setX(float x) |
void |
setY(float y) |
getPathSegType, getPathSegTypeAsLetter
getParent, getValueAsString, resetAttribute, setParent
public SVGPathSegArcItem(short type, java.lang.String letter, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag, float x, float y)
public SVGPathSegArcItem(SVGPathSeg pathSeg)
public float getX()
public float getY()
public void setX(float x)
public void setY(float y)
public float getR1()
public float getR2()
public void setR1(float r1)
public void setR2(float r2)
public float getAngle()
public void setAngle(float angle)
public boolean getSweepFlag()
public void setSweepFlag(boolean sweepFlag)
public boolean getLargeArcFlag()
public void setLargeArcFlag(boolean largeArcFlag)
protected java.lang.String getStringValue()
AbstractSVGItem
getStringValue
in class AbstractSVGPathSegList.SVGPathSegItem
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.