Package | Description |
---|---|
org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMMatrix
A JavaScript object for
DOMMatrix . |
Modifier and Type | Method and Description |
---|---|
static DOMMatrixReadOnly |
DOMMatrixReadOnly.jsConstructor(org.htmlunit.corejs.javascript.Context cx,
org.htmlunit.corejs.javascript.Scriptable scope,
Object[] args,
org.htmlunit.corejs.javascript.Function ctorObj,
boolean inNewExpr)
JavaScript constructor.
|
DOMMatrixReadOnly |
DOMMatrixReadOnly.rotate(Object rotZ) |
DOMMatrixReadOnly |
DOMMatrixReadOnly.rotateAxisAngle(Object xObj,
Object yObj,
Object zObj,
Object alphaObj)
Rotates the matrix by a given angle around the specified axis.
|
DOMMatrixReadOnly |
DOMMatrixReadOnly.skewX(Object alphaObj) |
DOMMatrixReadOnly |
DOMMatrixReadOnly.skewY(Object alphaObj) |
DOMMatrixReadOnly |
DOMMatrixReadOnly.translate(Object xObj,
Object yObj,
Object zObj)
Creates a new matrix being the result of the original matrix with a translation applied.
|
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.