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$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AffineTransformThe AffineTransform used to implement the matrix.Fields inherited from class AbstractSVGMatrix
FLIP_X_TRANSFORM, FLIP_Y_TRANSFORM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AffineTransformReturns 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:
getAffineTransformin classAbstractSVGMatrix
-