Class DrawImageCommand
java.lang.Object
de.erichseifert.vectorgraphics2d.intermediate.commands.Command<Image>
de.erichseifert.vectorgraphics2d.intermediate.commands.DrawImageCommand
-
Constructor Summary
ConstructorsConstructorDescriptionDrawImageCommand(Image image, int imageWidth, int imageHeight, double x, double y, double width, double height) -
Method Summary
-
Constructor Details
-
DrawImageCommand
public DrawImageCommand(Image image, int imageWidth, int imageHeight, double x, double y, double width, double height)
-
-
Method Details