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.
  • Constructor Details

    • SVGOMTransform

      public SVGOMTransform()
      Creates a new SVGOMTransform.
  • Method Details

    • createMatrix

      protected org.w3c.dom.svg.SVGMatrix createMatrix()
      Creates a new, modifiable SVGMatrix.
      Specified by:
      createMatrix in class AbstractSVGTransform
      Returns:
      SVGMatrix representing the transformation