Class SVGPathSegCurvetoCubicSmoothRelImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegCurvetoCubicSmoothRelImpl
- All Implemented Interfaces:
SVGPathSeg
,SVGPathSegCurvetoCubicSmoothRel
public class SVGPathSegCurvetoCubicSmoothRelImpl
extends Object
implements SVGPathSegCurvetoCubicSmoothRel
SVGPathSegCurvetoCubicSmoothRelImpl 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
ConstructorDescriptionSVGPathSegCurvetoCubicSmoothRelImpl
(float x, float y, float x2, float y2) Constructor for SVGPathSegCurvetoCubicSmoothRelImpl. -
Method Summary
-
Constructor Details
-
SVGPathSegCurvetoCubicSmoothRelImpl
public SVGPathSegCurvetoCubicSmoothRelImpl(float x, float y, float x2, float y2) Constructor for SVGPathSegCurvetoCubicSmoothRelImpl.
- Parameters:
x
- a float.y
- a float.x2
- a float.y2
- 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 interfaceSVGPathSegCurvetoCubicSmoothRel
- Returns:
- a float.
-
setX
public void setX(float x) setX.
- Specified by:
setX
in interfaceSVGPathSegCurvetoCubicSmoothRel
- Parameters:
x
- a float.
-
getY
public float getY()getY.
- Specified by:
getY
in interfaceSVGPathSegCurvetoCubicSmoothRel
- Returns:
- a float.
-
setY
public void setY(float y) setY.
- Specified by:
setY
in interfaceSVGPathSegCurvetoCubicSmoothRel
- Parameters:
y
- a float.
-
getX2
public float getX2()getX2.
- Specified by:
getX2
in interfaceSVGPathSegCurvetoCubicSmoothRel
- Returns:
- a float.
-
setX2
public void setX2(float x2) setX2.
- Specified by:
setX2
in interfaceSVGPathSegCurvetoCubicSmoothRel
- Parameters:
x2
- a float.
-
getY2
public float getY2()getY2.
- Specified by:
getY2
in interfaceSVGPathSegCurvetoCubicSmoothRel
- Returns:
- a float.
-
setY2
public void setY2(float y2) setY2.
- Specified by:
setY2
in interfaceSVGPathSegCurvetoCubicSmoothRel
- Parameters:
y2
- a float.
-