org.apache.batik.dom.svg
Class SVGOMTransform
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGTransform
org.apache.batik.dom.svg.SVGOMTransform
public class SVGOMTransform
- extends AbstractSVGTransform
This class is the implementation of the SVGTransform interface.
Method Summary |
protected SVGMatrix |
createMatrix()
Creates a new, modifiable SVGMatrix. |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGTransform |
assign, 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()
- Creates a new SVGOMTransform.
createMatrix
protected SVGMatrix createMatrix()
- Creates a new, modifiable SVGMatrix.
- Specified by:
createMatrix
in class AbstractSVGTransform
- Returns:
- SVGMatrix representing the transformation
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.