Methods in org.j3d.aviatrix3d that throw InvalidNodeTypeException |
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 |
Geometry.addParent(Node p)
Add a parent to this node. |