Class SVGPathSegCurvetoQuadraticAbsImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegCurvetoQuadraticAbsImpl
- All Implemented Interfaces:
SVGPathSeg
,SVGPathSegCurvetoQuadraticAbs
public class SVGPathSegCurvetoQuadraticAbsImpl
extends Object
implements SVGPathSegCurvetoQuadraticAbs
SVGPathSegCurvetoQuadraticAbsImpl class.
-
Field Summary
Fields inherited from interface org.loboevolution.html.dom.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
ConstructorDescriptionSVGPathSegCurvetoQuadraticAbsImpl
(float x, float y, float x1, float y1) Constructor for SVGPathSegCurvetoQuadraticAbsImpl. -
Method Summary
-
Constructor Details
-
SVGPathSegCurvetoQuadraticAbsImpl
public SVGPathSegCurvetoQuadraticAbsImpl(float x, float y, float x1, float y1) Constructor for SVGPathSegCurvetoQuadraticAbsImpl.
- Parameters:
x
- a float.y
- a float.x1
- a float.y1
- a float.
-
-
Method Details
-
getPathSegType
public short getPathSegType()getPathSegType.
- Specified by:
getPathSegType
in interfaceSVGPathSeg
- Returns:
- a short.
-
getPathSegTypeAsLetter
getPathSegTypeAsLetter.
- Specified by:
getPathSegTypeAsLetter
in interfaceSVGPathSeg
- Returns:
- a
String
object.
-
getX
public float getX()getX.
- Specified by:
getX
in interfaceSVGPathSegCurvetoQuadraticAbs
- Returns:
- a float.
-
setX
public void setX(float x) setX.
- Specified by:
setX
in interfaceSVGPathSegCurvetoQuadraticAbs
- Parameters:
x
- a float.
-
getY
public float getY()getY.
- Specified by:
getY
in interfaceSVGPathSegCurvetoQuadraticAbs
- Returns:
- a float.
-
setY
public void setY(float y) setY.
- Specified by:
setY
in interfaceSVGPathSegCurvetoQuadraticAbs
- Parameters:
y
- a float.
-
getX1
public float getX1()getX1.
- Specified by:
getX1
in interfaceSVGPathSegCurvetoQuadraticAbs
- Returns:
- a float.
-
setX1
public void setX1(float x1) setX1.
- Specified by:
setX1
in interfaceSVGPathSegCurvetoQuadraticAbs
- Parameters:
x1
- a float.
-
getY1
public float getY1()getY1.
- Specified by:
getY1
in interfaceSVGPathSegCurvetoQuadraticAbs
- Returns:
- a float.
-
setY1
public void setY1(float y1) setY1.
- Specified by:
setY1
in interfaceSVGPathSegCurvetoQuadraticAbs
- Parameters:
y1
- a float.
-