Class ScreenDescriptor

Class ScreenDescriptor

java.lang.Object
   |
   +----ScreenDescriptor

class ScreenDescriptor
extends Object

Variable Index

 o backgroundColorIndex_
 o localScreenHeight_
 o localScreenWidth_
 o pixelAspectRatio_

Constructor Index

 o ScreenDescriptor(short, short, int)

Method Index

 o SetColorResolution(byte)
 o SetGlobalColorTableFlag(byte)
 o SetGlobalColorTableSize(byte)
 o SetSortFlag(byte)
 o Write(OutputStream)

Variables

 o localScreenWidth_
  public short localScreenWidth_
 o localScreenHeight_
  public short localScreenHeight_
 o backgroundColorIndex_
  public byte backgroundColorIndex_
 o pixelAspectRatio_
  public byte pixelAspectRatio_

Constructors

 o ScreenDescriptor
  public ScreenDescriptor(short width,
                          short height,
                          int numColors)

Methods

 o Write
  public void Write(OutputStream output) throws IOException
 o SetGlobalColorTableSize
  public void SetGlobalColorTableSize(byte num)
 o SetSortFlag
  public void SetSortFlag(byte num)
 o SetColorResolution
  public void SetColorResolution(byte num)
 o SetGlobalColorTableFlag
  public void SetGlobalColorTableFlag(byte num)