All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.util.GIFWriter

java.lang.Object
   |
   +----novocode.netforge.util.GIFWriter

public final class GIFWriter
extends Object
A utility class with a static method for writing a Pixmap to a stream in GIF87a format.


Method Index

 o write(Pixmap, OutputStream)
Write a Pixmap to a stream in GIF87a format.

Methods

 o write
 public static void write(Pixmap pix,
                          OutputStream out) throws AWTException, IOException
Write a Pixmap to a stream in GIF87a format.

Parameters:
pix - a Pixmap.
out - the stream to which the GIF data should be written.

All Packages  Class Hierarchy  This Package  Previous  Next  Index