| Package | Description | 
|---|---|
| org.htmlunit.javascript.host.svg | 
 Implementations of the Scalable Vector Graphics JavaScript host objects - users of HtmlUnit shouldn't
 need anything in this package. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SVGMatrix | 
SVGSVGElement.createSVGMatrix()
Creates a new  
SVGMatrix. | 
SVGMatrix | 
SVGMatrix.flipX()
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.flipY()
Transforms the matrix. 
 | 
SVGMatrix | 
SVGSVGElement.getScreenCTM()
Creates a new  
SVGMatrix. | 
SVGMatrix | 
SVGMatrix.inverse()
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.multiply(SVGMatrix by)
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.rotate(double angle)
Rotates the matrix. 
 | 
SVGMatrix | 
SVGMatrix.rotateFromVector(double x,
                double y)
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.scale(double factor)
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.scaleNonUniform(double factorX,
               double factorY)
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.skewX(double angle)
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.skewY(double angle)
Transforms the matrix. 
 | 
SVGMatrix | 
SVGMatrix.translate(double x,
         double y)
Translates the matrix. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SVGMatrix | 
SVGMatrix.multiply(SVGMatrix by)
Transforms the matrix. 
 | 
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.