All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vs.WriteGIF

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

public class WriteGIF
extends java.lang.Object

Constructor Index

 o WriteGIF(byte[][], byte[][], byte[][])
 o WriteGIF(Image)

Method Index

 o DoIt(Image, String)
 o Write(OutputStream)

Constructors

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

Methods

 o DoIt
 public static void DoIt(java.awt.Image img,
                         java.lang.String fname) throws java.lang.Exception
 o Write
 public void Write(java.io.OutputStream output) throws java.io.IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index