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:
- SVGTransform
- public class SVGOMTransform
- extends AbstractSVGTransform
This class is the implementation of
the SVGTransform interface.
Create an identity SVGTransform
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGTransform |
getAngle, getMatrix, getType, getX, getY, setMatrix, setRotate, setScale, setSkewX, setSkewY, setTranslate, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGOMTransform
public SVGOMTransform()
createMatrix
protected SVGMatrix createMatrix()
- Description copied from class:
AbstractSVGTransform
- Create a SVGMatrix associated to the transform.
- Specified by:
createMatrix
in class AbstractSVGTransform
- Returns:
- SVGMatrix representing the transformation
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.