|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBranchGroup
com.vwp.j3d.XBranchGroup
public class XBranchGroup
An enhanced BranchGroup
| Constructor Summary | |
|---|---|
XBranchGroup()
Default constructor which creates a simple XBranchGroup. |
|
XBranchGroup(Node child)
Public constructor, allowes creation of a node and adding the fist child simultaneously |
|
| Method Summary | |
|---|---|
void |
addChild(Node child)
Adds a child - and tries to add it also if it is live. |
Node |
cloneNode(boolean flag)
|
void |
removeAllChildren()
This method is available since Java 3D 1.3 in a BranchGroup too but not for preceding versions. |
void |
removeChild(Node child)
|
void |
setMyParent(Group myParent)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XBranchGroup(Node child)
child - object which has to be added as child to the newly created
XBranchGrouppublic XBranchGroup()
| Method Detail |
|---|
public void addChild(Node child)
child - object which has to be added as child to the current
XBranchGrouppublic void setMyParent(Group myParent)
public void removeAllChildren()
public void removeChild(Node child)
public Node cloneNode(boolean flag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||