All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VS.WriteGIF

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

public class WriteGIF
extends java.lang.Object

Variable Index

 o colors_
 o height_
 o id_
 o numColors_
 o pixels_
 o sd_
 o width_

Constructor Index

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

Method Index

 o DoIt(Image, String)
 o ToIndexedColor(byte[][], byte[][], byte[][])
 o Write(OutputStream)

Variables

 o width_
 short width_
 o height_
 short height_
 o numColors_
 int numColors_
 o pixels_
 byte pixels_[]
 o colors_
 byte colors_[]
 o sd_
 VS.ScreenDescriptor sd_
 o id_
 VS.ImageDescriptor id_

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
 o ToIndexedColor
 void ToIndexedColor(byte r[][],
                     byte g[][],
                     byte b[][]) throws java.awt.AWTException

All Packages  Class Hierarchy  This Package  Previous  Next  Index