Uses of Class
org.htmlunit.javascript.host.svg.SVGMatrix
Packages that use SVGMatrix
Package
Description
Implementations of the Scalable Vector Graphics JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of SVGMatrix in org.htmlunit.javascript.host.svg
Methods in org.htmlunit.javascript.host.svg that return SVGMatrixModifier and TypeMethodDescriptionSVGSVGElement.createSVGMatrix()
Creates a newSVGMatrix
.SVGMatrix.flipX()
Transforms the matrix.SVGMatrix.flipY()
Transforms the matrix.SVGSVGElement.getScreenCTM()
Creates a newSVGMatrix
.SVGMatrix.inverse()
Transforms the matrix.Transforms the matrix.SVGMatrix.rotate
(double angle) Rotates the matrix.SVGMatrix.rotateFromVector
(double x, double y) Transforms the matrix.SVGMatrix.scale
(double factor) Transforms the matrix.SVGMatrix.scaleNonUniform
(double factorX, double factorY) Transforms the matrix.SVGMatrix.skewX
(double angle) Transforms the matrix.SVGMatrix.skewY
(double angle) Transforms the matrix.SVGMatrix.translate
(double x, double y) Translates the matrix.Methods in org.htmlunit.javascript.host.svg with parameters of type SVGMatrix