All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.BranchGroup

java.lang.Object
   |
   +----java.media.j3d.SceneGraphObject
           |
           +----java.media.j3d.Node
                   |
                   +----java.media.j3d.Group
                           |
                           +----java.media.j3d.BranchGroup

public class BranchGroup
extends Group
The BranchGroup serves as a pointer to the root of a scene graph branch; BranchGroup objects are the only objects that can be inserted into a Locale's set of objects.


Variable Index

 o ALLOW_DETACH
For BranchGroup nodes, specifies that this BranchGroup allows detaching from its parent.

Constructor Index

 o BranchGroup()

Method Index

 o compile()
Compiles the source BranchGroup associated with this object and creates and caches a compiled scene graph.
 o detach()
Detaches this BranchGroup from its parent.

Variables

 o ALLOW_DETACH
 public static final int ALLOW_DETACH
For BranchGroup nodes, specifies that this BranchGroup allows detaching from its parent.

Constructors

 o BranchGroup
 public BranchGroup()

Methods

 o compile
 public final void compile()
Compiles the source BranchGroup associated with this object and creates and caches a compiled scene graph.

 o detach
 public final void detach()
Detaches this BranchGroup from its parent.


All Packages  Class Hierarchy  This Package  Previous  Next  Index