j2d.io.gif.stills
Class ImageDescriptor

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

public class ImageDescriptor
extends java.lang.Object


Field Summary
 short height_
           
 short leftPosition_
           
 byte separator_
           
 short topPosition_
           
 short width_
           
 
Constructor Summary
ImageDescriptor(short width, short height, char separator)
           
 
Method Summary
 void setInterlaceFlag(byte num)
           
 void setLocalColorTableFlag(byte num)
           
 void setLocalColorTableSize(byte num)
           
 void setReserved(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

separator_

public byte separator_

leftPosition_

public short leftPosition_

topPosition_

public short topPosition_

width_

public short width_

height_

public short height_
Constructor Detail

ImageDescriptor

public ImageDescriptor(short width,
                       short height,
                       char separator)
Method Detail

write

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

setLocalColorTableSize

public void setLocalColorTableSize(byte num)

setReserved

public void setReserved(byte num)

setSortFlag

public void setSortFlag(byte num)

setInterlaceFlag

public void setInterlaceFlag(byte num)

setLocalColorTableFlag

public void setLocalColorTableFlag(byte num)