Uses of Class
org.htmlunit.javascript.host.dom.DOMMatrixReadOnly
Packages that use DOMMatrixReadOnly
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of DOMMatrixReadOnly in org.htmlunit.javascript.host.dom
Subclasses of DOMMatrixReadOnly in org.htmlunit.javascript.host.domMethods in org.htmlunit.javascript.host.dom that return DOMMatrixReadOnlyModifier and TypeMethodDescriptionstatic DOMMatrixReadOnlyDOMMatrixReadOnly.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.DOMMatrixReadOnly.rotateAxisAngle(Object xObj, Object yObj, Object zObj, Object alphaObj) Rotates the matrix by a given angle around the specified axis.Creates a new matrix being the result of the original matrix with a translation applied.