All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VS.ScreenDescriptor

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

class ScreenDescriptor
extends java.lang.Object

Variable Index

 o backgroundColorIndex_
 o byte_
 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 byte_
 private byte byte_
 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(java.io.OutputStream output) throws java.io.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)

All Packages  Class Hierarchy  This Package  Previous  Next  Index