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

public class SVGOMMatrix extends AbstractSVGMatrix
This class provides an implementation of the SVGMatrix interface.
  • Field Details

    • affineTransform

      protected AffineTransform affineTransform
      The AffineTransform used to implement the matrix.
  • Constructor Details

    • SVGOMMatrix

      public SVGOMMatrix(AffineTransform at)
      Creates a new SVGMatrix.
  • Method Details