Class ScaleCommand
- 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.ScaleCommand
-
public class ScaleCommand extends AffineTransformCommand
-
-
Constructor Summary
Constructors Constructor Description ScaleCommand(double scaleX, double scaleY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getScaleX()
double
getScaleY()
java.lang.String
toString()
-