public class DOMMatrix extends DOMMatrixReadOnly
DOMMatrix
.org.htmlunit.corejs.javascript.ScriptableObject.DescriptorInfo, org.htmlunit.corejs.javascript.ScriptableObject.KeyComparator, org.htmlunit.corejs.javascript.ScriptableObject.LambdaGetterFunction, org.htmlunit.corejs.javascript.ScriptableObject.LambdaSetterFunction
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
NOT_FOUND
Constructor and Description |
---|
DOMMatrix() |
Modifier and Type | Method and Description |
---|---|
double |
getA() |
double |
getB() |
double |
getC() |
double |
getD() |
double |
getE() |
double |
getF() |
double |
getM11() |
double |
getM12() |
double |
getM13() |
double |
getM14() |
double |
getM21() |
double |
getM22() |
double |
getM23() |
double |
getM24() |
double |
getM31() |
double |
getM32() |
double |
getM33() |
double |
getM34() |
double |
getM41() |
double |
getM42() |
double |
getM43() |
double |
getM44() |
DOMMatrix |
invertSelf() |
static 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.
|
void |
setA(double a) |
void |
setB(double b) |
void |
setC(double c) |
void |
setD(double d) |
void |
setE(double e) |
void |
setF(double f) |
void |
setM11(double m11) |
void |
setM12(double m12) |
void |
setM13(double m13) |
void |
setM14(double m14) |
void |
setM21(double m21) |
void |
setM22(double m22) |
void |
setM23(double m23) |
void |
setM24(double m24) |
void |
setM31(double m31) |
void |
setM32(double m32) |
void |
setM33(double m33) |
void |
setM34(double m34) |
void |
setM41(double m41) |
void |
setM42(double m42) |
void |
setM43(double m43) |
void |
setM44(double m44) |
flipX, flipY, init, inverse, isIs2D, multiply, rotate, rotateAxisAngle, setIs2D, skewX, skewY, toFloat32Array, toFloat64Array, translate
clone, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getWindow, getWindow, getWindowFromTopCallScope, getWithPreemption, has, hasInstance, initParentScope, makeScriptableFor, put, setClassName, setDomNode, setDomNode, setParentScope, setupPromise, setupRejectedPromise
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkNotSealed, checkPropertyChangeForSlot, checkPropertyChangeForSlot, checkPropertyDefinition, checkSlotRemoval, defineBuiltInProperty, defineBuiltInProperty, defineBuiltInProperty, defineBuiltInProperty, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureScriptableObjectButNotSymbol, ensureSymbolScriptable, ensureType, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSuperProperty, getSuperProperty, getSuperProperty, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putOwnProperty, putOwnProperty, putOwnProperty, putProperty, putProperty, putProperty, putSuperProperty, putSuperProperty, putSuperProperty, querySlot, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setCommonDescriptorProperties, setExternalArrayData, setGetterOrSetter, setPrototype, size
createSlotMap
public static DOMMatrix jsConstructor(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.Scriptable scope, Object[] args, org.htmlunit.corejs.javascript.Function ctorObj, boolean inNewExpr)
cx
- the current contextscope
- the scopeargs
- the arguments to the WebSocket constructorctorObj
- the function objectinNewExpr
- Is new or notpublic double getM11()
getM11
in class DOMMatrixReadOnly
public void setM11(double m11)
setM11
in class DOMMatrixReadOnly
m11
- the new valuepublic double getM12()
getM12
in class DOMMatrixReadOnly
public void setM12(double m12)
setM12
in class DOMMatrixReadOnly
m12
- the new valuepublic double getM13()
getM13
in class DOMMatrixReadOnly
public void setM13(double m13)
setM13
in class DOMMatrixReadOnly
m13
- the new valuepublic double getM14()
getM14
in class DOMMatrixReadOnly
public void setM14(double m14)
setM14
in class DOMMatrixReadOnly
m14
- the new valuepublic double getM21()
getM21
in class DOMMatrixReadOnly
public void setM21(double m21)
setM21
in class DOMMatrixReadOnly
m21
- the new valuepublic double getM22()
getM22
in class DOMMatrixReadOnly
public void setM22(double m22)
setM22
in class DOMMatrixReadOnly
m22
- the new valuepublic double getM23()
getM23
in class DOMMatrixReadOnly
public void setM23(double m23)
setM23
in class DOMMatrixReadOnly
m23
- the new valuepublic double getM24()
getM24
in class DOMMatrixReadOnly
public void setM24(double m24)
setM24
in class DOMMatrixReadOnly
m24
- the new valuepublic double getM31()
getM31
in class DOMMatrixReadOnly
public void setM31(double m31)
setM31
in class DOMMatrixReadOnly
m31
- the new valuepublic double getM32()
getM32
in class DOMMatrixReadOnly
public void setM32(double m32)
setM32
in class DOMMatrixReadOnly
m32
- the new valuepublic double getM33()
getM33
in class DOMMatrixReadOnly
public void setM33(double m33)
setM33
in class DOMMatrixReadOnly
m33
- the new valuepublic double getM34()
getM34
in class DOMMatrixReadOnly
public void setM34(double m34)
setM34
in class DOMMatrixReadOnly
m34
- the new valuepublic double getM41()
getM41
in class DOMMatrixReadOnly
public void setM41(double m41)
setM41
in class DOMMatrixReadOnly
m41
- the new valuepublic double getM42()
getM42
in class DOMMatrixReadOnly
public void setM42(double m42)
setM42
in class DOMMatrixReadOnly
m42
- the new valuepublic double getM43()
getM43
in class DOMMatrixReadOnly
public void setM43(double m43)
setM43
in class DOMMatrixReadOnly
m43
- the new valuepublic double getM44()
getM44
in class DOMMatrixReadOnly
public void setM44(double m44)
setM44
in class DOMMatrixReadOnly
m44
- the new valuepublic double getA()
getA
in class DOMMatrixReadOnly
public void setA(double a)
a
- the new valuepublic double getB()
getB
in class DOMMatrixReadOnly
public void setB(double b)
b
- the new valuepublic double getC()
getC
in class DOMMatrixReadOnly
public void setC(double c)
c
- the new valuepublic double getD()
getD
in class DOMMatrixReadOnly
public void setD(double d)
d
- the new valuepublic double getE()
getE
in class DOMMatrixReadOnly
public void setE(double e)
e
- the new valuepublic double getF()
getF
in class DOMMatrixReadOnly
public void setF(double f)
f
- the new valuepublic DOMMatrix invertSelf()
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.