org.apache.batik.dom.svg
public class AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegMovetoAbs, SVGPathSegMovetoRel, SVGPathSegLinetoAbs, SVGPathSegLinetoRel
| Constructor Summary | |
|---|---|
| SVGPathSegMovetoLinetoItem(short type, String letter, float x, float y) | |
| SVGPathSegMovetoLinetoItem(SVGPathSeg pathSeg) | |
| Method Summary | |
|---|---|
| protected String | getStringValue() |
| float | getX() |
| float | getY() |
| void | setX(float x) |
| void | setY(float y) |