- Inheritance
- Object
- DartHtmlDomObject
- Length
- Annotations
- DocsEditable()
- DomName('SVGLength')
- Unstable()
Constants
- SVG_LENGTHTYPE_CM → int
-
const
6 - SVG_LENGTHTYPE_EMS → int
-
const
3 - SVG_LENGTHTYPE_EXS → int
-
const
4 - SVG_LENGTHTYPE_IN → int
-
const
8 - SVG_LENGTHTYPE_MM → int
-
const
7 - SVG_LENGTHTYPE_NUMBER → int
-
const
1 - SVG_LENGTHTYPE_PC → int
-
const
10 - SVG_LENGTHTYPE_PERCENTAGE → int
-
const
2 - SVG_LENGTHTYPE_PT → int
-
const
9 - SVG_LENGTHTYPE_PX → int
-
const
5 - SVG_LENGTHTYPE_UNKNOWN → int
-
const
0
Static Methods
Constructors
Properties
- blink_jsObject → JsObject
-
The underlying JS DOM object.
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