Inheritance
Implemented by
Annotations
  • DocsEditable()
  • DomName('SVGPathSeg')
  • Unstable()

Constants

PATHSEG_ARC_ABS int

10
PATHSEG_ARC_REL int

11
PATHSEG_CLOSEPATH int

1
PATHSEG_CURVETO_CUBIC_ABS int

6
PATHSEG_CURVETO_CUBIC_REL int

7
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS int

16
PATHSEG_CURVETO_CUBIC_SMOOTH_REL int

17
PATHSEG_CURVETO_QUADRATIC_ABS int

8
PATHSEG_CURVETO_QUADRATIC_REL int

9
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS int

18
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL int

19
PATHSEG_LINETO_ABS int

4
PATHSEG_LINETO_HORIZONTAL_ABS int

12
PATHSEG_LINETO_HORIZONTAL_REL int

13
PATHSEG_LINETO_REL int

5
PATHSEG_LINETO_VERTICAL_ABS int

14
PATHSEG_LINETO_VERTICAL_REL int

15
PATHSEG_MOVETO_ABS int

2
PATHSEG_MOVETO_REL int

3
PATHSEG_UNKNOWN int

0

Static Properties

instanceRuntimeType Type

read-only

Constructors

PathSeg.internal_()

Properties

hashCode int

read-only, inherited
pathSegType int

read-only
pathSegTypeAsLetter String

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited