- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomMatrixReadOnly
- Implemented by
- Annotations
- DocsEditable()
- DomName('DOMMatrixReadOnly')
- Experimental()
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
- a → num
-
read-only
- b → num
-
read-only
- c → num
-
read-only
- d → num
-
read-only
- e → num
-
read-only
- f → num
-
read-only
- hashCode → int
-
read-only, inherited
- is2D → bool
-
read-only
- isIdentity → bool
-
read-only
- m11 → num
-
read-only
- m12 → num
-
read-only
- m13 → num
-
read-only
- m14 → num
-
read-only
- m21 → num
-
read-only
- m22 → num
-
read-only
- m23 → num
-
read-only
- m24 → num
-
read-only
- m31 → num
-
read-only
- m32 → num
-
read-only
- m33 → num
-
read-only
- m34 → num
-
read-only
- m41 → num
-
read-only
- m42 → num
-
read-only
- m43 → num
-
read-only
- m44 → num
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
multiply(
DomMatrix other) → DomMatrix -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
scale(
num scale, [num originX, num originY]) → DomMatrix -
scale3d(
num scale, [num originX, num originY, num originZ]) → DomMatrix -
scaleNonUniform(
num scaleX, [num scaleY, num scaleZn, num originX, num originY, num originZ]) → DomMatrix -
toFloat32Array(
) → Float32List -
toFloat64Array(
) → Float64List -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited -
translate(
num tx, num ty, [num tz]) → DomMatrix