Class SVGPathSegCurvetoCubicAbsImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGPathSegCurvetoCubicAbsImpl
- All Implemented Interfaces:
SVGPathSeg
,SVGPathSegCurvetoCubicAbs
SVGPathSegCurvetoCubicAbsImpl 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
ConstructorDescriptionSVGPathSegCurvetoCubicAbsImpl
(float x, float y, float x1, float y1, float x2, float y2) Constructor for SVGPathSegCurvetoCubicAbsImpl. -
Method Summary
Modifier and TypeMethodDescriptionshort
getPathSegType.getPathSegTypeAsLetter.float
-
Constructor Details
-
SVGPathSegCurvetoCubicAbsImpl
public SVGPathSegCurvetoCubicAbsImpl(float x, float y, float x1, float y1, float x2, float y2) Constructor for SVGPathSegCurvetoCubicAbsImpl.
- 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.
-
getYAt
-