Class RotateCommand
- 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.AffineTransformCommand
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.RotateCommand
-
public class RotateCommand extends AffineTransformCommand
-
-
Constructor Summary
Constructors Constructor Description RotateCommand(double theta, double centerX, double centerY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCenterX()doublegetCenterY()doublegetTheta()java.lang.StringtoString()
-