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.VRwave
</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.VHitpoint.html#_top_">Previous</a> <a href="iicm.vrml.vrwave.ViewCamera.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
Class iicm.vrml.vrwave.VRwave
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----<a href="java.awt.Component.html#_top_">java.awt.Component</a>
|
+----<a href="java.awt.Container.html#_top_">java.awt.Container</a>
|
+----<a href="java.awt.Panel.html#_top_">java.awt.Panel</a>
|
+----<a href="java.applet.Applet.html#_top_">java.applet.Applet</a>
|
+----iicm.vrml.vrwave.VRwave
</pre>
<hr>
<dl>
<dt> public class <b>VRwave</b>
<dt> extends <a href="java.applet.Applet.html#_top_">Applet</a>
</dl>
VRwave - VRML 2.0 browser, written largely in Java.
Copyright (c) 1996,97 IICM
<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/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#NAME"><b>NAME</b></a>
<dd>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#STARTUP"><b>STARTUP</b></a>
<dd>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#VERSION"><b>VERSION</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="#VRwave()"><b>VRwave</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="#getScene()"><b>getScene</b></a>()
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#init()"><b>init</b></a>()
<dd> Applet version (for running with appletviewer or netscape)
<dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#main(java.lang.String[])"><b>main</b></a>(String[])
<dd> Application Version (for running with java)
<dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#setHome(java.lang.String)"><b>setHome</b></a>(String)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#start()"><b>start</b></a>()
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#stop()"><b>stop</b></a>()
<dd>
</dl>
<a name="variables"></a>
<h2>
<img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="NAME"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>NAME</b>
<pre>
public final static <a href="java.lang.String.html#_top_">String</a> NAME
</pre>
<a name="VERSION"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>VERSION</b>
<pre>
public final static <a href="java.lang.String.html#_top_">String</a> VERSION
</pre>
<a name="STARTUP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>STARTUP</b>
<pre>
public final static <a href="java.lang.String.html#_top_">String</a> STARTUP
</pre>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="VRwave"></a>
<a name="VRwave()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>VRwave</b>
<pre>
public VRwave()
</pre>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getScene()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getScene"><b>getScene</b></a>
<pre>
public <a href="iicm.vrml.vrwave.Scene.html#_top_">Scene</a> getScene()
</pre>
<a name="init()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="init"><b>init</b></a>
<pre>
public void init()
</pre>
<dl>
<dd> Applet version (for running with appletviewer or netscape)
<dl>
<dt> <b>Overrides:</b>
<dd> <a href="java.applet.Applet.html#init()">init</a> in class <a href="java.applet.Applet.html#_top_">Applet</a>
</dl>
</dl>
<a name="start()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="start"><b>start</b></a>
<pre>
public void start()
</pre>
<dl>
<dl>
<dt> <b>Overrides:</b>
<dd> <a href="java.applet.Applet.html#start()">start</a> in class <a href="java.applet.Applet.html#_top_">Applet</a>
</dl>
</dl>
<a name="stop()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="stop"><b>stop</b></a>
<pre>
public void stop()
</pre>
<dl>
<dl>
<dt> <b>Overrides:</b>
<dd> <a href="java.applet.Applet.html#stop()">stop</a> in class <a href="java.applet.Applet.html#_top_">Applet</a>
</dl>
</dl>
<a name="setHome(java.lang.String)"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setHome"><b>setHome</b></a>
<pre>
public static void setHome(<a href="java.lang.String.html#_top_">String</a> home)
</pre>
<a name="main(java.lang.String[])"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="main"><b>main</b></a>
<pre>
public static void main(<a href="java.lang.String.html#_top_">String</a> args[])
</pre>
<dl>
<dd> Application Version (for running with java)
</dl>
<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.VHitpoint.html#_top_">Previous</a> <a href="iicm.vrml.vrwave.ViewCamera.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
</body>
</html>
|