Class DrawImageCommand
- java.lang.Object
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.Command<java.awt.Image>
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.DrawImageCommand
-
public class DrawImageCommand extends Command<java.awt.Image>
-
-
Field Summary
Fields Modifier and Type Field Description private doubleheightprivate intimageHeightprivate intimageWidthprivate doublewidthprivate doublexprivate doubley
-
Constructor Summary
Constructors Constructor Description DrawImageCommand(java.awt.Image image, int imageWidth, int imageHeight, double x, double y, double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()intgetImageHeight()intgetImageWidth()doublegetWidth()doublegetX()doublegetY()java.lang.StringtoString()
-