Uses of Interface
org.loboevolution.html.dom.DOMMatrix2DInit
Packages that use DOMMatrix2DInit
-
Uses of DOMMatrix2DInit in org.loboevolution.html.dom
Subinterfaces of DOMMatrix2DInit in org.loboevolution.html.dom -
Uses of DOMMatrix2DInit in org.loboevolution.html.dom.canvas
Methods in org.loboevolution.html.dom.canvas with parameters of type DOMMatrix2DInitModifier and TypeMethodDescriptionvoidCanvasRenderingContext2D.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.voidCanvasRenderingImpl.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.