view
Class GIFsave

java.lang.Object
  extended by view.GIFsave

public class GIFsave
extends Object

GIFsave is handed over an Image and a File and save the Image in GIF format into File.


Constructor Summary
GIFsave(Component graph, Color back, String title, File where)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GIFsave

public GIFsave(Component graph,
               Color back,
               String title,
               File where)
        throws AWTException,
               IOException
Parameters:
graph -
back -
title -
where -
Throws:
AWTException
IOException