jsynoptic.plugins.java3d
Class Universe

java.lang.Object
  extended by VirtualUniverse
      extended by jsynoptic.plugins.java3d.Universe

public class Universe
extends VirtualUniverse


Nested Class Summary
static interface Universe.Listener
           
 
Method Summary
 void addBranchGraph(BranchGroup bg)
           
 void addListner(Universe.Listener l)
           
 void addView()
           
 void cleanup()
          Cleanup memory use and reference by SimpleUniverse.
 java.util.Set<Canvas3D> getCanvas()
           
 java.io.File getFile()
           
static Universe getGraphPath(Node n, SceneGraphObject o, java.util.ArrayList<SceneGraphObject> path)
           
 Locale getLocale()
           
 java.lang.String getName()
           
 java.util.ArrayList<BranchGroup> getSceneGraphs()
           
 void removeListner(Universe.Listener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocale

public Locale getLocale()

getFile

public java.io.File getFile()

getName

public java.lang.String getName()

addBranchGraph

public void addBranchGraph(BranchGroup bg)

addView

public void addView()

getCanvas

public java.util.Set<Canvas3D> getCanvas()

getSceneGraphs

public java.util.ArrayList<BranchGroup> getSceneGraphs()

cleanup

public void cleanup()
Cleanup memory use and reference by SimpleUniverse. Typically it should be invoked by the applet's destroy method.


addListner

public void addListner(Universe.Listener l)

removeListner

public void removeListner(Universe.Listener l)

getGraphPath

public static Universe getGraphPath(Node n,
                                    SceneGraphObject o,
                                    java.util.ArrayList<SceneGraphObject> path)