138 lines
4.7 KiB
HTML
138 lines
4.7 KiB
HTML
|
<!--NewPage-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<!-- Generated by javadoc on Sat May 10 12:23:02 1997 -->
|
||
|
<a name="_top_"></a>
|
||
|
<title>
|
||
|
Class ScreenDescriptor
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>
|
||
|
Class ScreenDescriptor
|
||
|
</h1>
|
||
|
<pre>
|
||
|
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
||
|
|
|
||
|
+----ScreenDescriptor
|
||
|
</pre>
|
||
|
<hr>
|
||
|
<dl>
|
||
|
<dt> class <b>ScreenDescriptor</b>
|
||
|
<dt> extends <a href="java.lang.Object.html#_top_">Object</a>
|
||
|
</dl>
|
||
|
<hr>
|
||
|
<a name="index"></a>
|
||
|
<h2>
|
||
|
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
|
||
|
</h2>
|
||
|
<dl>
|
||
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#backgroundColorIndex_"><b>backgroundColorIndex_</b></a>
|
||
|
<dd>
|
||
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#localScreenHeight_"><b>localScreenHeight_</b></a>
|
||
|
<dd>
|
||
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#localScreenWidth_"><b>localScreenWidth_</b></a>
|
||
|
<dd>
|
||
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#pixelAspectRatio_"><b>pixelAspectRatio_</b></a>
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<h2>
|
||
|
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
|
||
|
</h2>
|
||
|
<dl>
|
||
|
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#ScreenDescriptor(short, short, int)"><b>ScreenDescriptor</b></a>(short, short, int)
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<h2>
|
||
|
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
|
||
|
</h2>
|
||
|
<dl>
|
||
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#SetColorResolution(byte)"><b>SetColorResolution</b></a>(byte)
|
||
|
<dd>
|
||
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#SetGlobalColorTableFlag(byte)"><b>SetGlobalColorTableFlag</b></a>(byte)
|
||
|
<dd>
|
||
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#SetGlobalColorTableSize(byte)"><b>SetGlobalColorTableSize</b></a>(byte)
|
||
|
<dd>
|
||
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#SetSortFlag(byte)"><b>SetSortFlag</b></a>(byte)
|
||
|
<dd>
|
||
|
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
|
||
|
<a href="#Write(java.io.OutputStream)"><b>Write</b></a>(OutputStream)
|
||
|
<dd>
|
||
|
</dl>
|
||
|
<a name="variables"></a>
|
||
|
<h2>
|
||
|
<img src="images/variables.gif" width=153 height=38 alt="Variables">
|
||
|
</h2>
|
||
|
<a name="localScreenWidth_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<b>localScreenWidth_</b>
|
||
|
<pre>
|
||
|
public short localScreenWidth_
|
||
|
</pre>
|
||
|
<a name="localScreenHeight_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<b>localScreenHeight_</b>
|
||
|
<pre>
|
||
|
public short localScreenHeight_
|
||
|
</pre>
|
||
|
<a name="backgroundColorIndex_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<b>backgroundColorIndex_</b>
|
||
|
<pre>
|
||
|
public byte backgroundColorIndex_
|
||
|
</pre>
|
||
|
<a name="pixelAspectRatio_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<b>pixelAspectRatio_</b>
|
||
|
<pre>
|
||
|
public byte pixelAspectRatio_
|
||
|
</pre>
|
||
|
<a name="constructors"></a>
|
||
|
<h2>
|
||
|
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
|
||
|
</h2>
|
||
|
<a name="ScreenDescriptor"></a>
|
||
|
<a name="ScreenDescriptor(short, short, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<b>ScreenDescriptor</b>
|
||
|
<pre>
|
||
|
public ScreenDescriptor(short width,
|
||
|
short height,
|
||
|
int numColors)
|
||
|
</pre>
|
||
|
<a name="methods"></a>
|
||
|
<h2>
|
||
|
<img src="images/methods.gif" width=151 height=38 alt="Methods">
|
||
|
</h2>
|
||
|
<a name="Write(java.io.OutputStream)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<a name="Write"><b>Write</b></a>
|
||
|
<pre>
|
||
|
public void Write(<a href="java.io.OutputStream.html#_top_">OutputStream</a> output) throws <a href="java.io.IOException.html#_top_">IOException</a>
|
||
|
</pre>
|
||
|
<a name="SetGlobalColorTableSize(byte)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<a name="SetGlobalColorTableSize"><b>SetGlobalColorTableSize</b></a>
|
||
|
<pre>
|
||
|
public void SetGlobalColorTableSize(byte num)
|
||
|
</pre>
|
||
|
<a name="SetSortFlag(byte)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<a name="SetSortFlag"><b>SetSortFlag</b></a>
|
||
|
<pre>
|
||
|
public void SetSortFlag(byte num)
|
||
|
</pre>
|
||
|
<a name="SetColorResolution(byte)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<a name="SetColorResolution"><b>SetColorResolution</b></a>
|
||
|
<pre>
|
||
|
public void SetColorResolution(byte num)
|
||
|
</pre>
|
||
|
<a name="SetGlobalColorTableFlag(byte)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
|
||
|
<a name="SetGlobalColorTableFlag"><b>SetGlobalColorTableFlag</b></a>
|
||
|
<pre>
|
||
|
public void SetGlobalColorTableFlag(byte num)
|
||
|
</pre>
|
||
|
</body>
|
||
|
</html>
|