- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- Length
- Annotations
- DocsEditable()
- DomName('SVGLength')
- Unstable()
Constants
- SVG_LENGTHTYPE_CM → int
-
6
- SVG_LENGTHTYPE_EMS → int
-
3
- SVG_LENGTHTYPE_EXS → int
-
4
- SVG_LENGTHTYPE_IN → int
-
8
- SVG_LENGTHTYPE_MM → int
-
7
- SVG_LENGTHTYPE_NUMBER → int
-
1
- SVG_LENGTHTYPE_PC → int
-
10
- SVG_LENGTHTYPE_PERCENTAGE → int
-
2
- SVG_LENGTHTYPE_PT → int
-
9
- SVG_LENGTHTYPE_PX → int
-
5
- SVG_LENGTHTYPE_UNKNOWN → int
-
0
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
- hashCode → int
-
read-only, inherited
- 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.
inherited
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 the result of the JavaScript objects
toString
method.inherited