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.
Version:
$Id: SVGOMMatrix.java 1733416 2016-03-03 07:07:13Z gadams $
  • 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