Uses of Interface
org.loboevolution.html.dom.DOMMatrix2DInit
-
Uses of DOMMatrix2DInit in org.loboevolution.html.dom
-
Uses of DOMMatrix2DInit in org.loboevolution.html.dom.canvas
Modifier and TypeMethodDescriptionvoid
CanvasRenderingContext2D.setTransform
(DOMMatrix2DInit transform) The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the current transformation to the identity matrix, and then invokes a transformation described by the arguments of this method.void
CanvasRenderingImpl.setTransform
(DOMMatrix2DInit transform) The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the current transformation to the identity matrix, and then invokes a transformation described by the arguments of this method.