Uses of Class
org.htmlunit.javascript.host.dom.DOMMatrix
Packages that use DOMMatrix
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of DOMMatrix in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return DOMMatrixModifier and TypeMethodDescriptionDOMMatrixReadOnly.flipX()DOMMatrixReadOnly.flipY()DOMMatrixReadOnly.inverse()DOMMatrix.invertSelf()static DOMMatrixDOMMatrix.jsConstructor(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.VarScope scope, Object[] args, org.htmlunit.corejs.javascript.Function ctorObj, boolean inNewExpr) JavaScript constructor.