Package org.loboevolution.html.dom.svg
Interface SVGPathSeg
- All Known Subinterfaces:
SVGPathSegArcAbs
,SVGPathSegArcRel
,SVGPathSegClosePath
,SVGPathSegCurvetoCubicAbs
,SVGPathSegCurvetoCubicRel
,SVGPathSegCurvetoCubicSmoothAbs
,SVGPathSegCurvetoCubicSmoothRel
,SVGPathSegCurvetoQuadraticAbs
,SVGPathSegCurvetoQuadraticRel
,SVGPathSegCurvetoQuadraticSmoothAbs
,SVGPathSegCurvetoQuadraticSmoothRel
,SVGPathSegLinetoAbs
,SVGPathSegLinetoHorizontalAbs
,SVGPathSegLinetoHorizontalRel
,SVGPathSegLinetoRel
,SVGPathSegLinetoVerticalAbs
,SVGPathSegLinetoVerticalRel
,SVGPathSegMovetoAbs
,SVGPathSegMovetoRel
- All Known Implementing Classes:
SVGPathSegArcAbsImpl
,SVGPathSegArcRelImpl
,SVGPathSegClosePathImpl
,SVGPathSegCurvetoCubicAbsImpl
,SVGPathSegCurvetoCubicRelImpl
,SVGPathSegCurvetoCubicSmoothAbsImpl
,SVGPathSegCurvetoCubicSmoothRelImpl
,SVGPathSegCurvetoQuadraticAbsImpl
,SVGPathSegCurvetoQuadraticRelImpl
,SVGPathSegCurvetoQuadraticSmoothAbsImpl
,SVGPathSegCurvetoQuadraticSmoothRelImpl
,SVGPathSegLinetoAbsImpl
,SVGPathSegLinetoHorizontalAbsImpl
,SVGPathSegLinetoHorizontalRelImpl
,SVGPathSegLinetoRelImpl
,SVGPathSegLinetoVerticalAbsImpl
,SVGPathSegLinetoVerticalRelImpl
,SVGPathSegMovetoAbsImpl
,SVGPathSegMovetoRelImpl
public interface SVGPathSeg
SVGPathSeg interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
Constant PATHSEG_ARC_ABS=10static final short
Constant PATHSEG_ARC_REL=11static final short
Constant PATHSEG_CLOSEPATH=1static final short
Constant PATHSEG_CURVETO_CUBIC_ABS=6static final short
Constant PATHSEG_CURVETO_CUBIC_REL=7static final short
Constant PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=16static final short
Constant PATHSEG_CURVETO_CUBIC_SMOOTH_REL=17static final short
Constant PATHSEG_CURVETO_QUADRATIC_ABS=8static final short
Constant PATHSEG_CURVETO_QUADRATIC_REL=9static final short
Constant PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=18static final short
Constant PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=19static final short
Constant PATHSEG_LINETO_ABS=4static final short
Constant PATHSEG_LINETO_HORIZONTAL_ABS=12static final short
Constant PATHSEG_LINETO_HORIZONTAL_REL=13static final short
Constant PATHSEG_LINETO_REL=5static final short
Constant PATHSEG_LINETO_VERTICAL_ABS=14static final short
Constant PATHSEG_LINETO_VERTICAL_REL=15static final short
Constant PATHSEG_MOVETO_ABS=2static final short
Constant PATHSEG_MOVETO_REL=3static final short
Constant PATHSEG_UNKNOWN=0 -
Method Summary
Modifier and TypeMethodDescriptionshort
getPathSegType.getPathSegTypeAsLetter.
-
Field Details
-
PATHSEG_UNKNOWN
static final short PATHSEG_UNKNOWNConstant PATHSEG_UNKNOWN=0- See Also:
-
PATHSEG_CLOSEPATH
static final short PATHSEG_CLOSEPATHConstant PATHSEG_CLOSEPATH=1- See Also:
-
PATHSEG_MOVETO_ABS
static final short PATHSEG_MOVETO_ABSConstant PATHSEG_MOVETO_ABS=2- See Also:
-
PATHSEG_MOVETO_REL
static final short PATHSEG_MOVETO_RELConstant PATHSEG_MOVETO_REL=3- See Also:
-
PATHSEG_LINETO_ABS
static final short PATHSEG_LINETO_ABSConstant PATHSEG_LINETO_ABS=4- See Also:
-
PATHSEG_LINETO_REL
static final short PATHSEG_LINETO_RELConstant PATHSEG_LINETO_REL=5- See Also:
-
PATHSEG_CURVETO_CUBIC_ABS
static final short PATHSEG_CURVETO_CUBIC_ABSConstant PATHSEG_CURVETO_CUBIC_ABS=6- See Also:
-
PATHSEG_CURVETO_CUBIC_REL
static final short PATHSEG_CURVETO_CUBIC_RELConstant PATHSEG_CURVETO_CUBIC_REL=7- See Also:
-
PATHSEG_CURVETO_QUADRATIC_ABS
static final short PATHSEG_CURVETO_QUADRATIC_ABSConstant PATHSEG_CURVETO_QUADRATIC_ABS=8- See Also:
-
PATHSEG_CURVETO_QUADRATIC_REL
static final short PATHSEG_CURVETO_QUADRATIC_RELConstant PATHSEG_CURVETO_QUADRATIC_REL=9- See Also:
-
PATHSEG_ARC_ABS
static final short PATHSEG_ARC_ABSConstant PATHSEG_ARC_ABS=10- See Also:
-
PATHSEG_ARC_REL
static final short PATHSEG_ARC_RELConstant PATHSEG_ARC_REL=11- See Also:
-
PATHSEG_LINETO_HORIZONTAL_ABS
static final short PATHSEG_LINETO_HORIZONTAL_ABSConstant PATHSEG_LINETO_HORIZONTAL_ABS=12- See Also:
-
PATHSEG_LINETO_HORIZONTAL_REL
static final short PATHSEG_LINETO_HORIZONTAL_RELConstant PATHSEG_LINETO_HORIZONTAL_REL=13- See Also:
-
PATHSEG_LINETO_VERTICAL_ABS
static final short PATHSEG_LINETO_VERTICAL_ABSConstant PATHSEG_LINETO_VERTICAL_ABS=14- See Also:
-
PATHSEG_LINETO_VERTICAL_REL
static final short PATHSEG_LINETO_VERTICAL_RELConstant PATHSEG_LINETO_VERTICAL_REL=15- See Also:
-
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
static final short PATHSEG_CURVETO_CUBIC_SMOOTH_ABSConstant PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=16- See Also:
-
PATHSEG_CURVETO_CUBIC_SMOOTH_REL
static final short PATHSEG_CURVETO_CUBIC_SMOOTH_RELConstant PATHSEG_CURVETO_CUBIC_SMOOTH_REL=17- See Also:
-
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
static final short PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABSConstant PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=18- See Also:
-
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
static final short PATHSEG_CURVETO_QUADRATIC_SMOOTH_RELConstant PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=19- See Also:
-
-
Method Details