visad.java3d
Class UniverseBuilderJ3D

java.lang.Object
  extended by visad.java3d.UniverseBuilderJ3D

public class UniverseBuilderJ3D
extends Object


Constructor Summary
UniverseBuilderJ3D(Canvas3D c)
           
 
Method Summary
 void addBranchGraph(BranchGroup bg)
           
 void destroy()
          Clean up resources according to http://wiki.java.net/bin/view/Javadesktop/Java3DApplicationDevelopment#Releasing_Canvas3D_View_and_Virt
static void setMinimumFrameCycleTime(long ms)
          This lets client code set the framecycletime on the View
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniverseBuilderJ3D

public UniverseBuilderJ3D(Canvas3D c)
Method Detail

setMinimumFrameCycleTime

public static void setMinimumFrameCycleTime(long ms)
This lets client code set the framecycletime on the View

Parameters:
ms - The frame cycle time in milliseconds

addBranchGraph

public void addBranchGraph(BranchGroup bg)

destroy

public void destroy()
Clean up resources according to http://wiki.java.net/bin/view/Javadesktop/Java3DApplicationDevelopment#Releasing_Canvas3D_View_and_Virt