org.apache.batik.dom.svg
public class AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem extends AbstractSVGPathSegList.SVGPathSegItem implements SVGPathSegCurvetoCubicSmoothAbs, SVGPathSegCurvetoCubicSmoothRel
Constructor Summary | |
---|---|
SVGPathSegCurvetoCubicSmoothItem(short type, String letter, float x2, float y2, float x, float y) | |
SVGPathSegCurvetoCubicSmoothItem(SVGPathSeg pathSeg) |
Method Summary | |
---|---|
protected String | getStringValue() |
float | getX() |
float | getX2() |
float | getY() |
float | getY2() |
void | setX(float x) |
void | setX2(float x2) |
void | setY(float y) |
void | setY2(float y2) |