Package org.loboevolution.svg.dom
Class SVGPathSegCurvetoQuadraticRelImpl
java.lang.Object
org.loboevolution.svg.dom.SVGPathSegCurvetoQuadraticRelImpl
- All Implemented Interfaces:
SVGPathSeg,SVGPathSegCurvetoQuadraticRel
public class SVGPathSegCurvetoQuadraticRelImpl
extends Object
implements SVGPathSegCurvetoQuadraticRel
SVGPathSegCurvetoQuadraticRelImpl class.
-
Field Summary
Fields inherited from interface org.loboevolution.svg.SVGPathSeg
PATHSEG_ARC_ABS, PATHSEG_ARC_REL, PATHSEG_CLOSEPATH, PATHSEG_CURVETO_CUBIC_ABS, PATHSEG_CURVETO_CUBIC_REL, PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, PATHSEG_CURVETO_CUBIC_SMOOTH_REL, PATHSEG_CURVETO_QUADRATIC_ABS, PATHSEG_CURVETO_QUADRATIC_REL, PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, PATHSEG_LINETO_ABS, PATHSEG_LINETO_HORIZONTAL_ABS, PATHSEG_LINETO_HORIZONTAL_REL, PATHSEG_LINETO_REL, PATHSEG_LINETO_VERTICAL_ABS, PATHSEG_LINETO_VERTICAL_REL, PATHSEG_MOVETO_ABS, PATHSEG_MOVETO_REL, PATHSEG_UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionSVGPathSegCurvetoQuadraticRelImpl(float x, float y, float x1, float y1) Constructor for SVGPathSegCurvetoQuadraticRelImpl. -
Method Summary
-
Constructor Details
-
SVGPathSegCurvetoQuadraticRelImpl
public SVGPathSegCurvetoQuadraticRelImpl(float x, float y, float x1, float y1) Constructor for SVGPathSegCurvetoQuadraticRelImpl.
- Parameters:
x- a float.y- a float.x1- a float.y1- a float.
-
-
Method Details
-
getPathSegType
public short getPathSegType()getPathSegType.
- Specified by:
getPathSegTypein interfaceSVGPathSeg- Returns:
- a short.
-
getPathSegTypeAsLetter
getPathSegTypeAsLetter.
- Specified by:
getPathSegTypeAsLetterin interfaceSVGPathSeg- Returns:
- a
Stringobject.
-
getX
public float getX()getX.
- Specified by:
getXin interfaceSVGPathSegCurvetoQuadraticRel- Returns:
- a float.
-
setX
public void setX(float x) setX.
- Specified by:
setXin interfaceSVGPathSegCurvetoQuadraticRel- Parameters:
x- a float.
-
getY
public float getY()getY.
- Specified by:
getYin interfaceSVGPathSegCurvetoQuadraticRel- Returns:
- a float.
-
setY
public void setY(float y) setY.
- Specified by:
setYin interfaceSVGPathSegCurvetoQuadraticRel- Parameters:
y- a float.
-
getX1
public float getX1()getX1.
- Specified by:
getX1in interfaceSVGPathSegCurvetoQuadraticRel- Returns:
- a float.
-
setX1
public void setX1(float x1) setX1.
- Specified by:
setX1in interfaceSVGPathSegCurvetoQuadraticRel- Parameters:
x1- a float.
-
getY1
public float getY1()getY1.
- Specified by:
getY1in interfaceSVGPathSegCurvetoQuadraticRel- Returns:
- a float.
-
setY1
public void setY1(float y1) setY1.
- Specified by:
setY1in interfaceSVGPathSegCurvetoQuadraticRel- Parameters:
y1- a float.
-