Uses of Interface
org.loboevolution.html.dom.DOMMatrix
Packages that use DOMMatrix
-
Uses of DOMMatrix in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom that return DOMMatrixModifier and TypeMethodDescriptionDOMMatrixReadOnly.flipX()
DOMMatrixReadOnly.flipY()
DOMMatrixReadOnly.inverse()
DOMMatrix.invertSelf()
DOMMatrixReadOnly.multiply()
DOMMatrixReadOnly.multiply
(DOMMatrixInit other) DOMMatrix.multiplySelf()
DOMMatrix.multiplySelf
(DOMMatrixInit other) DOMMatrix.preMultiplySelf()
DOMMatrix.preMultiplySelf
(DOMMatrixInit other) DOMMatrixReadOnly.rotate()
DOMMatrixReadOnly.rotateAxisAngle()
DOMMatrixReadOnly.rotateAxisAngle
(Double x) DOMMatrixReadOnly.rotateAxisAngle
(Double x, Double y) DOMMatrixReadOnly.rotateAxisAngle
(Double x, Double y, Double z) DOMMatrixReadOnly.rotateAxisAngle
(Double x, Double y, Double z, Double angle) DOMMatrix.rotateAxisAngleSelf()
DOMMatrix.rotateAxisAngleSelf
(Double x) DOMMatrix.rotateAxisAngleSelf
(Double x, Double y) DOMMatrix.rotateAxisAngleSelf
(Double x, Double y, Double z) DOMMatrix.rotateAxisAngleSelf
(Double x, Double y, Double z, Double angle) DOMMatrixReadOnly.rotateFromVector()
DOMMatrixReadOnly.rotateFromVector
(Double x) DOMMatrixReadOnly.rotateFromVector
(Double x, Double y) DOMMatrix.rotateFromVectorSelf()
DOMMatrix.rotateFromVectorSelf
(Double x) DOMMatrix.rotateFromVectorSelf
(Double x, Double y) DOMMatrix.rotateSelf()
DOMMatrix.rotateSelf
(Double rotX) DOMMatrix.rotateSelf
(Double rotX, Double rotY) DOMMatrix.rotateSelf
(Double rotX, Double rotY, Double rotZ) DOMMatrixReadOnly.scale()
DOMMatrixReadOnly.scale
(Double scaleX, Double scaleY, Double scaleZ, Double originX, Double originY) DOMMatrixReadOnly.scale
(Double scaleX, Double scaleY, Double scaleZ, Double originX, Double originY, Double originZ) DOMMatrixReadOnly.scale3d()
DOMMatrix.scale3dSelf()
DOMMatrix.scale3dSelf
(Double scale) DOMMatrix.scale3dSelf
(Double scale, Double originX) DOMMatrix.scale3dSelf
(Double scale, Double originX, Double originY) DOMMatrix.scale3dSelf
(Double scale, Double originX, Double originY, Double originZ) DOMMatrix.scaleSelf()
DOMMatrix.scaleSelf
(Double scaleX, Double scaleY, Double scaleZ, Double originX, Double originY, Double originZ) DOMMatrix.setMatrixValue
(String transformList) DOMMatrixReadOnly.skewX()
DOMMatrix.skewXSelf()
DOMMatrix.skewYSelf()
DOMMatrixReadOnly.translate()
DOMMatrix.translateSelf()
DOMMatrix.translateSelf
(Double tx) DOMMatrix.translateSelf
(Double tx, Double ty) DOMMatrix.translateSelf
(Double tx, Double ty, Double tz) -
Uses of DOMMatrix in org.loboevolution.html.dom.canvas
Methods in org.loboevolution.html.dom.canvas that return DOMMatrixModifier and TypeMethodDescriptionCanvasRenderingContext2D.getTransform()
The CanvasRenderingContext2D.getTransform() method of the Canvas 2D API retrieves the current transformation matrix being applied to the context.CanvasRenderingImpl.getTransform()
The CanvasRenderingContext2D.getTransform() method of the Canvas 2D API retrieves the current transformation matrix being applied to the context.