All Packages Class Hierarchy This Package Previous Next Index
Class IT.uno.vrml.eai.World
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----IT.uno.vrml.eai.World
- public abstract class World
- extends Applet
- implements EventOutObserver, Runnable
-
browser
-
-
thread
-
-
world
-
-
World()
-
-
add(Thing)
-
-
addRoute(Thing, String, Thing, String)
-
-
callback(EventOut, double, Object)
-
-
create(String)
-
-
deleteRoute(Thing, String, Thing, String)
-
-
getBrowser()
-
-
remove(Thing)
-
-
run()
-
thread
protected Thread thread
browser
protected Browser browser
world
protected Node world
World
public World()
run
public abstract void run()
callback
public abstract void callback(EventOut who,
double when,
Object which)
getBrowser
protected abstract Browser getBrowser()
add
public void add(Thing t)
remove
public void remove(Thing t)
create
public Node create(String s)
addRoute
public void addRoute(Thing to,
String eo,
Thing ti,
String ei)
deleteRoute
public void deleteRoute(Thing to,
String eo,
Thing ti,
String ei)
All Packages Class Hierarchy This Package Previous Next Index