org.apache.batik.dom.svg
public class SVGOMMatrix extends AbstractSVGMatrix
| Field Summary | |
|---|---|
| protected AffineTransform | affineTransform
The AffineTransform used to implement the matrix. |
| Constructor Summary | |
|---|---|
| SVGOMMatrix(AffineTransform at)
Creates a new SVGMatrix. | |
| Method Summary | |
|---|---|
| protected AffineTransform | getAffineTransform()
Returns the associated AffineTransform. |