j2d.io.gif.stills
Class ScreenDescriptor

java.lang.Object
  extended by j2d.io.gif.stills.ScreenDescriptor

public class ScreenDescriptor
extends java.lang.Object


Field Summary
 byte backgroundColorIndex_
           
 short localScreenHeight_
           
 short localScreenWidth_
           
 byte pixelAspectRatio_
           
 
Constructor Summary
ScreenDescriptor(short width, short height, int numColors)
           
 
Method Summary
 void SetColorResolution(byte num)
           
 void SetGlobalColorTableFlag(byte num)
           
 void SetGlobalColorTableSize(byte num)
           
 void SetSortFlag(byte num)
           
 void write(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localScreenWidth_

public short localScreenWidth_

localScreenHeight_

public short localScreenHeight_

backgroundColorIndex_

public byte backgroundColorIndex_

pixelAspectRatio_

public byte pixelAspectRatio_
Constructor Detail

ScreenDescriptor

public ScreenDescriptor(short width,
                        short height,
                        int numColors)
Method Detail

write

public void write(java.io.OutputStream os)
           throws java.io.IOException
Throws:
java.io.IOException

SetGlobalColorTableSize

public void SetGlobalColorTableSize(byte num)

SetSortFlag

public void SetSortFlag(byte num)

SetColorResolution

public void SetColorResolution(byte num)

SetGlobalColorTableFlag

public void SetGlobalColorTableFlag(byte num)