vs
Class WriteGIF

java.lang.Object
  |
  +--vs.WriteGIF

public class WriteGIF
extends java.lang.Object


Constructor Summary
WriteGIF(byte[][] r, byte[][] g, byte[][] b)
           
WriteGIF(java.awt.Image image)
           
 
Method Summary
static void DoIt(java.awt.Image img, java.lang.String fname)
           
 void Write(java.io.OutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteGIF

public WriteGIF(byte[][] r,
                byte[][] g,
                byte[][] b)
         throws java.awt.AWTException

WriteGIF

public WriteGIF(java.awt.Image image)
         throws java.awt.AWTException
Method Detail

DoIt

public static void DoIt(java.awt.Image img,
                        java.lang.String fname)
                 throws java.lang.Exception

Write

public void Write(java.io.OutputStream output)
           throws java.io.IOException