1 | ||
Editor: sse
Time: 2009/01/08 07:21:18 GMT+0 |
||
Note: |
changed: - <h2>Applet abelabs</h2> provides absolute motion control with position feedback<p> every 5 seconds the applet requests the position and displays it using a red dot.<br> after 3 minutes of inactivity, the red dot will dissapear and the position will not<br> be requested anymore.</p><p> a click on the applet restarts position querying, any click to position will keep it alive</p><p> </p><h3>Parameters</h3> <font color="green"><param name="</font><font color="blue">baseref</font><font color="green">" value="</font><font color="blue">http://localhost:8080</font><font color="green">"></font><br> if set, the applet will send requests to that location.<br> <i>Java Applets can only request content from the server they were loaded from</i><br> by default the applet will send requests to the document location.<p> </p><p> <font color="green"><param name="</font><font color="blue">cam</font><font color="green">" value="</font><font color="blue">0</font><font color="green">"></font><br> which camera to use</p><p> </p><p> <font color="green"><param name="</font><font color="blue">backcolor</font><font color="green">" value="</font><font color="blue">255,255,255</font><font color="green">"></font><br> RGB values for background color</p><p> <font color="green"><param name="</font><font color="blue">linecolor</font><font color="green">" value="</font><font color="blue">0,0,0</font><font color="green">"></font><br> RGB values for lines</p><p> <font color="green"><param name="</font><font color="blue">dotcolor</font><font color="green">" value="</font><font color="blue">255,0,0</font><font color="green">"></font><br> RGB values for position dots</p><p> <font color="green"><param name="</font><font color="blue">fontcolor</font><font color="green">" value="</font><font color="blue">0,0,0</font><font color="green">"></font><br> RGB values for text color</p><p> </p><p> </p><p> if you want to use zoom only, you may choose a smaller width for the applet. </p>
every 5 seconds the applet requests the position and displays it using a red dot.
after 3 minutes of inactivity, the red dot will dissapear and the position will not
be requested anymore.
a click on the applet restarts position querying, any click to position will keep it alive
<param name="cam" value="0">
which camera to use
<param name="backcolor" value="255,255,255">
RGB values for background color
<param name="linecolor" value="0,0,0">
RGB values for lines
<param name="dotcolor" value="255,0,0">
RGB values for position dots
<param name="fontcolor" value="0,0,0">
RGB values for text color
if you want to use zoom only, you may choose a smaller width for the applet.