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 double
height
private int
imageHeight
private int
imageWidth
private double
width
private double
x
private double
y
-
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 double
getHeight()
int
getImageHeight()
int
getImageWidth()
double
getWidth()
double
getX()
double
getY()
java.lang.String
toString()
-