Angle class - dart:svg library (original) (raw)

Annotations

Properties

hashCodeint

The hash code for this object.

no setterinherited

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

unitTypeint?

no setter

valuenum?

getter/setter pair

valueAsStringString?

getter/setter pair

valueInSpecifiedUnitsnum?

getter/setter pair

Methods

convertToSpecifiedUnits(int unitType)→ void

newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits)→ void

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited

Constants

SVG_ANGLETYPE_DEG → const int

SVG_ANGLETYPE_GRAD → const int

SVG_ANGLETYPE_RAD → const int

SVG_ANGLETYPE_UNKNOWN → const int

SVG_ANGLETYPE_UNSPECIFIED → const int