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
This class provides an implementation of the
SVGMatrix
interface.- Version:
- $Id: SVGOMMatrix.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected AffineTransform
Returns the associated AffineTransform.
-
Field Details
-
affineTransform
The AffineTransform used to implement the matrix.
-
-
Constructor Details
-
SVGOMMatrix
Creates a new SVGMatrix.
-
-
Method Details
-
getAffineTransform
Returns the associated AffineTransform.- Specified by:
getAffineTransform
in classAbstractSVGMatrix
-