Uses of Class
elemental2.dom.DOMMatrixReadOnly
-
Uses of DOMMatrixReadOnly in elemental2.dom
Subclasses of DOMMatrixReadOnly in elemental2.domMethods in elemental2.dom that return DOMMatrixReadOnlyModifier and TypeMethodDescriptiondefault @Nullable DOMMatrixReadOnlyBaseRenderingContext2D.SetTransformM11OrMatrixUnionType.asDOMMatrixReadOnly()static DOMMatrixReadOnlyDOMMatrixReadOnly.fromFloat32Array(elemental2.core.Float32Array array32) static DOMMatrixReadOnlyDOMMatrixReadOnly.fromFloat64Array(elemental2.core.Float64Array array64) static DOMMatrixReadOnlyDOMMatrixReadOnly.fromMatrix(DOMMatrixInit other) BaseRenderingContext2D.getTransform()Methods in elemental2.dom with parameters of type DOMMatrixReadOnlyModifier and TypeMethodDescriptionfinal voidBaseRenderingContext2D.setTransform(DOMMatrixReadOnly m11OrMatrix) final voidBaseRenderingContext2D.setTransform(DOMMatrixReadOnly m11OrMatrix, double m12) final voidBaseRenderingContext2D.setTransform(DOMMatrixReadOnly m11OrMatrix, double m12, double m21) final voidBaseRenderingContext2D.setTransform(DOMMatrixReadOnly m11OrMatrix, double m12, double m21, double m22) final voidBaseRenderingContext2D.setTransform(DOMMatrixReadOnly m11OrMatrix, double m12, double m21, double m22, double dx) final voidBaseRenderingContext2D.setTransform(DOMMatrixReadOnly m11OrMatrix, double m12, double m21, double m22, double dx, double dy) voidCanvasPattern.setTransform(@Nullable DOMMatrixReadOnly matrix)