Class SetTransformCommand
- java.lang.Object
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.Command<T>
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.StateCommand<java.awt.geom.AffineTransform>
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.SetTransformCommand
-
public class SetTransformCommand extends StateCommand<java.awt.geom.AffineTransform>
-
-
Constructor Summary
Constructors Constructor Description SetTransformCommand(java.awt.geom.AffineTransform transform)
-