public class FileImage extends Object
| Constructor and Description |
|---|
FileImage() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
load(String filename) |
static void |
savePNG(Image image,
String filename) |
public static BufferedImage load(String filename) throws IOException
IOExceptionpublic static void savePNG(Image image, String filename) throws IOException
IOExceptionCopyright © 2016. All rights reserved.