Package org.loboevolution.html.dom
Interface DOMMatrixReadOnly
- All Known Subinterfaces:
DOMMatrix
public interface DOMMatrixReadOnly
The Interface DOMMatrixReadOnly.
-
Method Summary
Modifier and TypeMethodDescriptionflipX()
flipY()
getA()
getB()
getC()
getD()
getE()
getF()
getIs2D()
getM11()
getM12()
getM13()
getM14()
getM21()
getM22()
getM23()
getM24()
getM31()
getM32()
getM33()
getM34()
getM41()
getM42()
getM43()
getM44()
inverse()
multiply()
multiply
(DOMMatrixInit other) rotate()
rotateAxisAngle
(Double x, Double y) rotateAxisAngle
(Double x, Double y, Double z) rotateAxisAngle
(Double x, Double y, Double z, Double angle) rotateFromVector
(Double x, Double y) scale()
scale3d()
skewX()
toJSON()
transformPoint
(DOMPointInit point)
-
Method Details
-
getA
Double getA() -
getB
Double getB() -
getC
Double getC() -
getD
Double getD() -
getE
Double getE() -
getF
Double getF() -
getIs2D
Boolean getIs2D() -
getIsIdentity
Boolean getIsIdentity() -
getM11
Double getM11() -
getM12
Double getM12() -
getM13
Double getM13() -
getM14
Double getM14() -
getM21
Double getM21() -
getM22
Double getM22() -
getM23
Double getM23() -
getM24
Double getM24() -
getM31
Double getM31() -
getM32
Double getM32() -
getM33
Double getM33() -
getM34
Double getM34() -
getM41
Double getM41() -
getM42
Double getM42() -
getM43
Double getM43() -
getM44
Double getM44() -
flipX
DOMMatrix flipX() -
flipY
DOMMatrix flipY() -
inverse
DOMMatrix inverse() -
multiply
DOMMatrix multiply() -
multiply
-
rotate
DOMMatrix rotate() -
rotate
-
rotate
-
rotate
-
rotateAxisAngle
DOMMatrix rotateAxisAngle() -
rotateAxisAngle
-
rotateAxisAngle
-
rotateAxisAngle
-
rotateAxisAngle
-
rotateFromVector
DOMMatrix rotateFromVector() -
rotateFromVector
-
rotateFromVector
-
scale
DOMMatrix scale() -
scale
-
scale
-
scale
-
scale
-
scale
-
scale
-
scale3d
DOMMatrix scale3d() -
scale3d
-
scale3d
-
scale3d
-
scale3d
-
skewX
DOMMatrix skewX() -
skewX
-
skewY
-
toJSON
Object toJSON() -
transformPoint
DOMPoint transformPoint() -
transformPoint
-
translate
DOMMatrix translate() -
translate
-
translate
-
translate
-