public class TransformationVisitor extends java.lang.Object implements PaintVisitor
| Constructor and Description |
|---|
TransformationVisitor(java.awt.geom.AffineTransform at)
Creates a matrix transformer.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.AffineTransform |
visitTransform(java.awt.geom.AffineTransform at)
Changes the affine transform by an other one.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitColorpublic TransformationVisitor(java.awt.geom.AffineTransform at)
at - the affine transform to applypublic java.awt.geom.AffineTransform visitTransform(java.awt.geom.AffineTransform at)
PaintVisitorvisitTransform in interface PaintVisitorat - the affine transform to change