|
|||||||||
| Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
external
Class ScreenDescriptor

java.lang.Objectexternal.ScreenDescriptor
- class ScreenDescriptor
- extends java.lang.Object
| Field Summary | |
byte |
backgroundColorIndex_
|
private byte |
byte_
|
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 output)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
localScreenWidth_
public short localScreenWidth_
localScreenHeight_
public short localScreenHeight_
byte_
private byte byte_
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 output) 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)
|
|||||||||
| Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
external.ScreenDescriptor