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 | Method and Description |
---|---|
DOMMatrix |
DOMMatrixReadOnly.flipX() |
DOMMatrix |
DOMMatrixReadOnly.flipY() |
DOMMatrix |
DOMMatrixReadOnly.inverse() |
DOMMatrix |
DOMMatrix.invertSelf() |
static DOMMatrix |
DOMMatrix.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.
|
DOMMatrix |
DOMMatrixReadOnly.multiply(Object other) |
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.