dart:html
DomMatrixReadOnly class
- Implementers
- Annotations
- @Native("DOMMatrixReadOnly")
Constructors
- DomMatrixReadOnly([Object init ])
factory
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
- 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
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- flipX() → DomMatrix
- flipY() → DomMatrix
- inverse() → DomMatrix
- multiply([Map other ]) → DomMatrix
- rotate([num rotX, num rotY, num rotZ ]) → DomMatrix
- rotateAxisAngle([num x, num y, num z, num angle ]) → DomMatrix
- rotateFromVector([num x, num y ]) → DomMatrix
- scale([num scaleX, num scaleY, num scaleZ, num originX, num originY, num originZ ]) → DomMatrix
- scale3d([num scale, num originX, num originY, num originZ ]) → DomMatrix
- skewX([num sx ]) → DomMatrix
- skewY([num sy ]) → DomMatrix
- toFloat32Array() → Float32List
- toFloat64Array() → Float64List
- transformPoint([Map point ]) → DomPoint
- translate([num tx, num ty, num tz ]) → DomMatrix
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
- toString() → String
inherited
- Returns a string representation of this object.
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]
Static Methods
- fromFloat32Array(Float32List array32) → DomMatrixReadOnly
- fromFloat64Array(Float64List array64) → DomMatrixReadOnly
- fromMatrix([Map other ]) → DomMatrixReadOnly