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()Returns a new matrix being the result of the original matrix flipped about the x-axis.DOMMatrixReadOnly.flipY()Returns a new matrix being the result of the original matrix flipped about the y-axis.DOMMatrixReadOnly.inverse()Returns a new matrix which is the inverse of the original matrix.DOMMatrix.invertSelf()Inverts the original matrix.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.Returns a new matrix which is the dot product of the matrix and the given matrix.