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