org.apache.batik.dom.svg
public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegCurvetoCubicAbs, SVGPathSegCurvetoCubicRel
Constructor Summary | |
---|---|
SVGPathSegCurvetoCubicItem(short type, String letter, float x1, float y1, float x2, float y2, float x, float y) | |
SVGPathSegCurvetoCubicItem(SVGPathSeg pathSeg) |
Method Summary | |
---|---|
protected String | getStringValue() |
float | getX() |
float | getX1() |
float | getX2() |
float | getY() |
float | getY1() |
float | getY2() |
void | setX(float x) |
void | setX1(float x1) |
void | setX2(float x2) |
void | setY(float y) |
void | setY1(float y1) |
void | setY2(float y2) |