jsynoptic.plugins.java3d
Class Universe
java.lang.Object
VirtualUniverse
jsynoptic.plugins.java3d.Universe
public class Universe
- extends VirtualUniverse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)