Package org.apache.batik.dom.svg
Class SVGOMTransform
- java.lang.Object
-
- org.apache.batik.dom.svg.AbstractSVGTransform
-
- org.apache.batik.dom.svg.SVGOMTransform
-
- All Implemented Interfaces:
org.w3c.dom.svg.SVGTransform
public class SVGOMTransform extends AbstractSVGTransform
This class is the implementation of the SVGTransform interface.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGTransform
affineTransform, angle, type, x, y
-
-
Constructor Summary
Constructors Constructor Description SVGOMTransform()
Creates a new SVGOMTransform.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.w3c.dom.svg.SVGMatrix
createMatrix()
Creates a new, modifiable SVGMatrix.
-
-
-
Method Detail
-
createMatrix
protected org.w3c.dom.svg.SVGMatrix createMatrix()
Creates a new, modifiable SVGMatrix.- Specified by:
createMatrix
in classAbstractSVGTransform
- Returns:
- SVGMatrix representing the transformation
-
-