org.jzy3d.io
Class FileImage

java.lang.Object
  extended by org.jzy3d.io.FileImage

public class FileImage
extends Object


Constructor Summary
FileImage()
           
 
Method Summary
static BufferedImage load(String filename)
           
static void savePNG(Image image, String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileImage

public FileImage()
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