|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlreadyParentedException | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
Uses of AlreadyParentedException in org.j3d.aviatrix3d |
Methods in org.j3d.aviatrix3d that throw AlreadyParentedException | |
protected void |
SharedNode.setParent(Node p)
Specify this nodes parent, overridden to provide behaviour that appends the node to the list rather than replacing it. |
protected void |
SharedGroup.setParent(Node p)
Specify this nodes parent, overridden to provide behaviour that appends the node to the list rather than replacing it. |
protected void |
NodeComponent.addParent(SceneGraphObject p)
Specify this nodes parent, overridden to provide behaviour that appends the node to the list rather than replacing it. |
protected void |
Node.setParent(Node p)
Specify this nodes parent. |
void |
Group.addChild(Node newChild)
Appends the specified child node to this group node's list of children |
void |
Group.setChild(Node newChild,
int idx)
Replaces the child node at the specified index in this group node's list of children with the specified child. |
protected void |
Geometry.addParent(Node p)
Add a parent to this node. |
|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |