org.apache.batik.dom.svg
protected class AbstractSVGNormPathSegList.SVGPathSegGenericItem extends SVGPathSegItem
| Constructor Summary | |
|---|---|
| SVGPathSegGenericItem(short type, String letter, float x1, float y1, float x2, float y2, float x, float y) | |
| Method Summary | |
|---|---|
| float | getX() |
| float | getX1() |
| float | getX2() |
| float | getY() |
| float | getY1() |
| float | getY2() |
| void | setPathSegType(short type) |
| void | setValue(float x1, float y1, float x2, float y2, float x, float y) |
| void | setValue(float x, float y) |
| void | setX(float x) |
| void | setX1(float x) |
| void | setX2(float x) |
| void | setY(float y) |
| void | setY1(float y) |
| void | setY2(float y) |