org.jzy3d.io
Class FileImage

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

public class FileImage
extends java.lang.Object


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

Constructor Detail

FileImage

public FileImage()
Method Detail

load

public static java.awt.image.BufferedImage load(java.lang.String filename)
                                         throws java.io.IOException
Throws:
java.io.IOException

savePNG

public static void savePNG(java.awt.Image image,
                           java.lang.String filename)
                    throws java.io.IOException
Throws:
java.io.IOException