Class ImageDescriptor

Class ImageDescriptor

java.lang.Object
   |
   +----ImageDescriptor

class ImageDescriptor
extends Object

Variable Index

 o height_
 o leftPosition_
 o separator_
 o topPosition_
 o width_

Constructor Index

 o ImageDescriptor(short, short, char)

Method Index

 o SetInterlaceFlag(byte)
 o SetLocalColorTableFlag(byte)
 o SetLocalColorTableSize(byte)
 o SetReserved(byte)
 o SetSortFlag(byte)
 o Write(OutputStream)

Variables

 o separator_
  public byte separator_
 o leftPosition_
  public short leftPosition_
 o topPosition_
  public short topPosition_
 o width_
  public short width_
 o height_
  public short height_

Constructors

 o ImageDescriptor
  public ImageDescriptor(short width,
                         short height,
                         char separator)

Methods

 o Write
  public void Write(OutputStream output) throws IOException
 o SetLocalColorTableSize
  public void SetLocalColorTableSize(byte num)
 o SetReserved
  public void SetReserved(byte num)
 o SetSortFlag
  public void SetSortFlag(byte num)
 o SetInterlaceFlag
  public void SetInterlaceFlag(byte num)
 o SetLocalColorTableFlag
  public void SetLocalColorTableFlag(byte num)