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

Constants

PATHSEG_ARC_ABS int

const 10
PATHSEG_ARC_REL int

const 11
PATHSEG_CLOSEPATH int

const 1
PATHSEG_CURVETO_CUBIC_ABS int

const 6
PATHSEG_CURVETO_CUBIC_REL int

const 7
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS int

const 16
PATHSEG_CURVETO_CUBIC_SMOOTH_REL int

const 17
PATHSEG_CURVETO_QUADRATIC_ABS int

const 8
PATHSEG_CURVETO_QUADRATIC_REL int

const 9
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS int

const 18
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL int

const 19
PATHSEG_LINETO_ABS int

const 4
PATHSEG_LINETO_HORIZONTAL_ABS int

const 12
PATHSEG_LINETO_HORIZONTAL_REL int

const 13
PATHSEG_LINETO_REL int

const 5
PATHSEG_LINETO_VERTICAL_ABS int

const 14
PATHSEG_LINETO_VERTICAL_REL int

const 15
PATHSEG_MOVETO_ABS int

const 2
PATHSEG_MOVETO_REL int

const 3
PATHSEG_UNKNOWN int

const 0

Static Methods

internalCreatePathSeg() PathSeg

Constructors

PathSeg.internal_()

Properties

The underlying JS DOM object.

read / write, inherited
hashCode int

read-only
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.

Methods

noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns a string representation of this object.

inherited