Dart API Reference
dart:svg
PathSeg
PathSeg
class
Annotated by:
DocsEditable()
DomName('SVGPathSeg')
Unstable()
Implementors
PathSegArcAbs
PathSegArcRel
PathSegClosePath
PathSegCurvetoCubicAbs
PathSegCurvetoCubicRel
PathSegCurvetoCubicSmoothAbs
PathSegCurvetoCubicSmoothRel
PathSegCurvetoQuadraticAbs
PathSegCurvetoQuadraticRel
PathSegCurvetoQuadraticSmoothAbs
PathSegCurvetoQuadraticSmoothRel
PathSegLinetoAbs
PathSegLinetoHorizontalAbs
PathSegLinetoHorizontalRel
PathSegLinetoRel
PathSegLinetoVerticalAbs
PathSegLinetoVerticalRel
PathSegMovetoAbs
PathSegMovetoRel
Constants
PATHSEG_ARC_ABS
=
10
PATHSEG_ARC_REL
=
11
PATHSEG_CLOSEPATH
=
1
PATHSEG_CURVETO_CUBIC_ABS
=
6
PATHSEG_CURVETO_CUBIC_REL
=
7
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
=
16
PATHSEG_CURVETO_CUBIC_SMOOTH_REL
=
17
PATHSEG_CURVETO_QUADRATIC_ABS
=
8
PATHSEG_CURVETO_QUADRATIC_REL
=
9
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
=
18
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
=
19
PATHSEG_LINETO_ABS
=
4
PATHSEG_LINETO_HORIZONTAL_ABS
=
12
PATHSEG_LINETO_HORIZONTAL_REL
=
13
PATHSEG_LINETO_REL
=
5
PATHSEG_LINETO_VERTICAL_ABS
=
14
PATHSEG_LINETO_VERTICAL_REL
=
15
PATHSEG_MOVETO_ABS
=
2
PATHSEG_MOVETO_REL
=
3
PATHSEG_UNKNOWN
=
0
Instance Properties
pathSegType
int
read-only
pathSegTypeAsLetter
String
read-only