Uses of Class
javax.media.j3d.BranchGroup

Uses of BranchGroup in javax.media.j3d
 

Methods in javax.media.j3d that return BranchGroup
 BranchGroup Background.getGeometry()
          Retrieves the background geometry.
 

Methods in javax.media.j3d with parameters of type BranchGroup
 void Locale.addBranchGraph(BranchGroup branchGroup)
          Add a new branch graph rooted at BranchGroup to the list of branch graphs.
 void GraphStructureChangeListener.branchGroupAdded(java.lang.Object parent, BranchGroup child)
          Invoked when a branch group is added.
 void GraphStructureChangeListener.branchGroupMoved(java.lang.Object oldParent, java.lang.Object newParent, BranchGroup child)
          Invoked when a branch group is moved.
 void GraphStructureChangeListener.branchGroupRemoved(java.lang.Object parent, BranchGroup child)
          Invoked when a branch group is removed.
 void OrderedGroup.moveTo(BranchGroup branchGroup)
          Moves the specified branch group node from its existing location to the end of this group node's list of children.
 void Group.moveTo(BranchGroup branchGroup)
          Moves the specified branch group node from its existing location to the end of this group node's list of children.
 void Locale.removeBranchGraph(BranchGroup branchGroup)
          Removes a branch graph rooted at BranchGroup from the list of branch graphs.
 void Locale.replaceBranchGraph(BranchGroup oldGroup, BranchGroup newGroup)
          Replaces the branch graph rooted at oldGroup in the list of branch graphs with the branch graph rooted at newGroup.
 void Background.setGeometry(BranchGroup branch)
          Sets the background geometry to the specified BranchGroup node.
 

Constructors in javax.media.j3d with parameters of type BranchGroup
Background(BranchGroup branch)
          Constructs a Background node with the specified geometry.