Package org.jzy3d.io
Class AWTImageFile
- java.lang.Object
-
- org.jzy3d.io.AWTImageFile
-
public class AWTImageFile extends Object
-
-
Constructor Summary
Constructors Constructor Description AWTImageFile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedImage
load(String filename)
static void
savePNG(Image image, String filename)
-
-
-
Method Detail
-
load
public static BufferedImage load(String filename) throws IOException
- Throws:
IOException
-
savePNG
public static void savePNG(Image image, String filename) throws IOException
- Throws:
IOException
-
-