org.apache.batik.dom.svg
public class AbstractSVGPathSegList.SVGPathSegArcItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegArcAbs, SVGPathSegArcRel
| Constructor Summary | |
|---|---|
| SVGPathSegArcItem(short type, String letter, float r1, float r2, float angle, boolean largeArcFlag, boolean sweepFlag, float x, float y) | |
| SVGPathSegArcItem(SVGPathSeg pathSeg) | |
| Method Summary | |
|---|---|
| float | getAngle() |
| boolean | getLargeArcFlag() |
| float | getR1() |
| float | getR2() |
| protected String | getStringValue() |
| 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) |