Class SVGPathSegCurvetoCubicRelImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegCurvetoCubicRelImpl
- All Implemented Interfaces:
SVGPathSeg
,SVGPathSegCurvetoCubicRel
SVGPathSegCurvetoCubicRelImpl 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
ConstructorDescriptionSVGPathSegCurvetoCubicRelImpl
(float x, float y, float x1, float y1, float x2, float y2) Constructor for SVGPathSegCurvetoCubicRelImpl. -
Method Summary
Modifier and TypeMethodDescriptionshort
getPathSegType.getPathSegTypeAsLetter.float
getX()
getX.float
getX1()
getX1.float
getX2()
getX2.float
getY()
getY.float
getY1()
getY1.float
getY2()
getY2.void
setX
(float x) setX.void
setX1
(float x1) setX1.void
setX2
(float x2) setX2.void
setY
(float y) setY.void
setY1
(float y1) setY1.void
setY2
(float y2) setY2.
-
Constructor Details
-
SVGPathSegCurvetoCubicRelImpl
public SVGPathSegCurvetoCubicRelImpl(float x, float y, float x1, float y1, float x2, float y2) Constructor for SVGPathSegCurvetoCubicRelImpl.
- Parameters:
x
- a float.y
- a float.x1
- a float.y1
- 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 interfaceSVGPathSegCurvetoCubicRel
- Returns:
- a float.
-
setX
public void setX(float x) setX.
- Specified by:
setX
in interfaceSVGPathSegCurvetoCubicRel
- Parameters:
x
- a float.
-
getY
public float getY()getY.
- Specified by:
getY
in interfaceSVGPathSegCurvetoCubicRel
- Returns:
- a float.
-
setY
public void setY(float y) setY.
- Specified by:
setY
in interfaceSVGPathSegCurvetoCubicRel
- Parameters:
y
- a float.
-
getX1
public float getX1()getX1.
- Specified by:
getX1
in interfaceSVGPathSegCurvetoCubicRel
- Returns:
- a float.
-
setX1
public void setX1(float x1) setX1.
- Specified by:
setX1
in interfaceSVGPathSegCurvetoCubicRel
- Parameters:
x1
- a float.
-
getY1
public float getY1()getY1.
- Specified by:
getY1
in interfaceSVGPathSegCurvetoCubicRel
- Returns:
- a float.
-
setY1
public void setY1(float y1) setY1.
- Specified by:
setY1
in interfaceSVGPathSegCurvetoCubicRel
- Parameters:
y1
- a float.
-
getX2
public float getX2()getX2.
- Specified by:
getX2
in interfaceSVGPathSegCurvetoCubicRel
- Returns:
- a float.
-
setX2
public void setX2(float x2) setX2.
- Specified by:
setX2
in interfaceSVGPathSegCurvetoCubicRel
- Parameters:
x2
- a float.
-
getY2
public float getY2()getY2.
- Specified by:
getY2
in interfaceSVGPathSegCurvetoCubicRel
- Returns:
- a float.
-
setY2
public void setY2(float y2) setY2.
- Specified by:
setY2
in interfaceSVGPathSegCurvetoCubicRel
- Parameters:
y2
- a float.
-