Inheritance
Annotations
  • DocsEditable()
  • DomName('SVGAngle')
  • Unstable()

Constants

SVG_ANGLETYPE_DEG int

2
SVG_ANGLETYPE_GRAD int

4
SVG_ANGLETYPE_RAD int

3
SVG_ANGLETYPE_UNKNOWN int

0
SVG_ANGLETYPE_UNSPECIFIED int

1

Static Methods

internalCreateAngle() Angle

Constructors

Angle.internal_()

Properties

read / write, inherited
hashCode int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
unitType int

read-only
value num

read / write
valueAsString String

read / write
valueInSpecifiedUnits num

read / write

Operators

operator ==(other) bool

The equality operator.

Methods

convertToSpecifiedUnits(int unitType) → void

newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) → void

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