Package org.apache.batik.dom.svg
Class SVGOMMatrix
- java.lang.Object
-
- org.apache.batik.dom.svg.AbstractSVGMatrix
-
- org.apache.batik.dom.svg.SVGOMMatrix
-
- All Implemented Interfaces:
org.w3c.dom.svg.SVGMatrix
public class SVGOMMatrix extends AbstractSVGMatrix
This class provides an implementation of theSVGMatrix
interface.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.geom.AffineTransform
affineTransform
The AffineTransform used to implement the matrix.-
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGMatrix
FLIP_X_TRANSFORM, FLIP_Y_TRANSFORM
-
-
Constructor Summary
Constructors Constructor Description SVGOMMatrix(java.awt.geom.AffineTransform at)
Creates a new SVGMatrix.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.geom.AffineTransform
getAffineTransform()
Returns the associated AffineTransform.
-
-
-
Method Detail
-
getAffineTransform
protected java.awt.geom.AffineTransform getAffineTransform()
Returns the associated AffineTransform.- Specified by:
getAffineTransform
in classAbstractSVGMatrix
-
-