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

Variable Index

 o browser
 o thread
 o world

Constructor Index

 o World()

Method Index

 o add(Thing)
 o addRoute(Thing, String, Thing, String)
 o callback(EventOut, double, Object)
 o create(String)
 o deleteRoute(Thing, String, Thing, String)
 o getBrowser()
 o remove(Thing)
 o run()

Variables

 o thread
 protected Thread thread
 o browser
 protected Browser browser
 o world
 protected Node world

Constructors

 o World
 public World()

Methods

 o run
 public abstract void run()
 o callback
 public abstract void callback(EventOut who,
                               double when,
                               Object which)
 o getBrowser
 protected abstract Browser getBrowser()
 o add
 public void add(Thing t)
 o remove
 public void remove(Thing t)
 o create
 public Node create(String s)
 o addRoute
 public void addRoute(Thing to,
                      String eo,
                      Thing ti,
                      String ei)
 o deleteRoute
 public void deleteRoute(Thing to,
                         String eo,
                         Thing ti,
                         String ei)

All Packages  Class Hierarchy  This Package  Previous  Next  Index