* SVGPathElement#createSVGPathSegCurvetoQuadraticSmoothRel(float,float)}.
*/
public SVGPathSegCurvetoQuadraticSmoothRel
createSVGPathSegCurvetoQuadraticSmoothRel
(final float x_value, final float y_value) {
return new SVGPathSegCurvetoQuadraticSmoothRel(){
protected float x = x_value;
protected float y = y_value;
public short getPathSegType(){
return SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL;