public class ResizedImage extends ResizableImage
| Constructor and Description |
|---|
ResizedImage(java.awt.image.BufferedImage image,
java.io.File screenshotFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getWitdh() |
void |
saveTo(java.io.File file)
If no resize operation has been done, just copy the file.
|
loadFrom, rescaleCanvaspublic ResizedImage(java.awt.image.BufferedImage image,
java.io.File screenshotFile)
throws java.io.IOException
java.io.IOExceptionpublic void saveTo(java.io.File file)
throws java.io.IOException
ResizableImagesaveTo in class ResizableImagejava.io.IOExceptionpublic int getWitdh()
getWitdh in class ResizableImagepublic int getHeight()
getHeight in class ResizableImage