public class SVGOMMatrix extends AbstractSVGMatrix
SVGMatrix
interface.Modifier and Type | Field and Description |
---|---|
protected AffineTransform |
affineTransform
The AffineTransform used to implement the matrix.
|
FLIP_X_TRANSFORM, FLIP_Y_TRANSFORM
Constructor and Description |
---|
SVGOMMatrix(AffineTransform at)
Creates a new SVGMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected AffineTransform |
getAffineTransform()
Returns the associated AffineTransform.
|
protected AffineTransform affineTransform
public SVGOMMatrix(AffineTransform at)
protected AffineTransform getAffineTransform()
getAffineTransform
in class AbstractSVGMatrix
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.