- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomMatrixReadOnly
- DomMatrix
- Annotations
- DocsEditable()
- DomName('DOMMatrix')
- Experimental()
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
- DomMatrix([DomMatrixReadOnly other])
-
factory
- DomMatrix.internal_()
Properties
- a → num
-
read / write
- b → num
-
read / write
- c → num
-
read / write
- d → num
-
read / write
- e → num
-
read / write
- f → num
-
read / write
- hashCode → int
-
read-only, inherited
- is2D → bool
-
read-only, inherited
- isIdentity → bool
-
read-only, inherited
- m11 → num
-
read / write
- m12 → num
-
read / write
- m13 → num
-
read / write
- m14 → num
-
read / write
- m21 → num
-
read / write
- m22 → num
-
read / write
- m23 → num
-
read / write
- m24 → num
-
read / write
- m31 → num
-
read / write
- m32 → num
-
read / write
- m33 → num
-
read / write
- m34 → num
-
read / write
- m41 → num
-
read / write
- m42 → num
-
read / write
- m43 → num
-
read / write
- m44 → num
-
read / write
- 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 -
inherited
-
multiplySelf(
DomMatrix other) → DomMatrix -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
preMultiplySelf(
DomMatrix other) → DomMatrix -
scale(
num scale, [num originX, num originY]) → DomMatrix -
inherited
-
scale3d(
num scale, [num originX, num originY, num originZ]) → DomMatrix -
inherited
-
scale3dSelf(
num scale, [num originX, num originY, num originZ]) → DomMatrix -
scaleNonUniform(
num scaleX, [num scaleY, num scaleZn, num originX, num originY, num originZ]) → DomMatrix -
inherited
-
scaleNonUniformSelf(
num scaleX, [num scaleY, num scaleZ, num originX, num originY, num originZ]) → DomMatrix -
scaleSelf(
num scale, [num originX, num originY]) → DomMatrix -
toFloat32Array(
) → Float32List -
inherited
-
toFloat64Array(
) → Float64List -
inherited
-
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited -
translate(
num tx, num ty, [num tz]) → DomMatrix -
inherited
-
translateSelf(
num tx, num ty, [num tz]) → DomMatrix