1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
|
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Thu Sep 25 20:23:36 MET DST 1997 -->
<a name="_top_"></a>
<title>
Class iicm.vrml.vrwave.ImageLoader
</title>
</head>
<body background="vrwavebg.gif">
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-iicm.vrml.vrwave.html">This Package</a> <a href="iicm.vrml.vrwave.Iconbar.html#_top_">Previous</a> <a href="iicm.vrml.vrwave.Scene.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
Class iicm.vrml.vrwave.ImageLoader
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----iicm.vrml.vrwave.ImageLoader
</pre>
<hr>
<dl>
<dt> public class <b>ImageLoader</b>
<dt> extends <a href="java.lang.Object.html#_top_">Object</a>
<dt> implements <a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
</dl>
ImageLoader - load an image and provide access to
RGB pixel data. Provide progress feedback.
<hr>
<a name="index"></a>
<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="#ImageLoader()"><b>ImageLoader</b></a>()
<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="#error()"><b>error</b></a>()
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#getHeight()"><b>getHeight</b></a>()
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#getPixels()"><b>getPixels</b></a>()
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#getWidth()"><b>getWidth</b></a>()
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#imageComplete(int)"><b>imageComplete</b></a>(int)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#loadImage(java.awt.image.ImageProducer, iicm.vrml.vrwave.Scene)"><b>loadImage</b></a>(ImageProducer, Scene)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setColorModel(java.awt.image.ColorModel)"><b>setColorModel</b></a>(ColorModel)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setDimensions(int, int)"><b>setDimensions</b></a>(int, int)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setHints(int)"><b>setHints</b></a>(int)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setProperties(java.util.Hashtable)"><b>setProperties</b></a>(Hashtable)
<dd>
</dl>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ImageLoader"></a>
<a name="ImageLoader()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ImageLoader</b>
<pre>
public ImageLoader()
</pre>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="loadImage(java.awt.image.ImageProducer, iicm.vrml.vrwave.Scene)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="loadImage"><b>loadImage</b></a>
<pre>
public synchronized void loadImage(<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a> ip,
<a href="iicm.vrml.vrwave.Scene.html#_top_">Scene</a> scene) throws <a href="java.lang.InterruptedException.html#_top_">InterruptedException</a>
</pre>
<a name="error()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="error"><b>error</b></a>
<pre>
public synchronized boolean error()
</pre>
<a name="getWidth()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getWidth"><b>getWidth</b></a>
<pre>
public int getWidth()
</pre>
<a name="getHeight()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getHeight"><b>getHeight</b></a>
<pre>
public int getHeight()
</pre>
<a name="getPixels()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPixels"><b>getPixels</b></a>
<pre>
public int[] getPixels()
</pre>
<a name="setDimensions(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setDimensions"><b>setDimensions</b></a>
<pre>
public void setDimensions(int width,
int height)
</pre>
<a name="setHints(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setHints"><b>setHints</b></a>
<pre>
public void setHints(int hints)
</pre>
<a name="setProperties(java.util.Hashtable)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setProperties"><b>setProperties</b></a>
<pre>
public void setProperties(<a href="java.util.Hashtable.html#_top_">Hashtable</a> props)
</pre>
<a name="setColorModel(java.awt.image.ColorModel)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setColorModel"><b>setColorModel</b></a>
<pre>
public void setColorModel(<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a> model)
</pre>
<a name="setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setPixels"><b>setPixels</b></a>
<pre>
public void setPixels(int srcX,
int srcY,
int srcW,
int srcH,
<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a> model,
byte pixels[],
int srcOff,
int srcScan)
</pre>
<a name="setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setPixels"><b>setPixels</b></a>
<pre>
public void setPixels(int srcX,
int srcY,
int srcW,
int srcH,
<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a> model,
int pixels[],
int srcOff,
int srcScan)
</pre>
<a name="imageComplete(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="imageComplete"><b>imageComplete</b></a>
<pre>
public synchronized void imageComplete(int status)
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-iicm.vrml.vrwave.html">This Package</a> <a href="iicm.vrml.vrwave.Iconbar.html#_top_">Previous</a> <a href="iicm.vrml.vrwave.Scene.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
</body>
</html>
|