org.apache.batik.dom.svg
public class AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegCurvetoQuadraticAbs, SVGPathSegCurvetoQuadraticRel
| Constructor Summary | |
|---|---|
| SVGPathSegCurvetoQuadraticItem(short type, String letter, float x1, float y1, float x, float y) | |
| SVGPathSegCurvetoQuadraticItem(SVGPathSeg pathSeg) | |
| Method Summary | |
|---|---|
| protected String | getStringValue() |
| float | getX() |
| float | getX1() |
| float | getY() |
| float | getY1() |
| void | setX(float x) |
| void | setX1(float x1) |
| void | setY(float y) |
| void | setY1(float y1) |