Aviatrix3D
2.0 Dev

Uses of Class
org.j3d.aviatrix3d.AlreadyParentedException

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
 void SimpleViewportLayer.setScene(SimpleScene sc)
          Set a new scene instance to be used by this layer.
 void SimpleViewport.setScene(SimpleScene sc)
          Set a new scene instance to be used by this viewport.
 void SimpleLayer.setViewport(Viewport vp)
          Set a new viewport instance to be used by this layer.
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.
 void ObjectSet.addChild(SceneGraphObject newChild)
          Appends the specified child node to this group node's list of children
 void ObjectSet.setChild(SceneGraphObject 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 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 MultipassViewportLayer.setScene(MultipassScene sc)
          Set a new scene instance to be used by this layer.
 void MultipassViewport.setScene(MultipassScene sc)
          Set a new scene instance to be used by this viewport.
 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.
 void CompositeViewport.addViewportLayer(ViewportLayer vp)
          Add a new viewport to be used by this layer.
 void CompositeLayer.addViewport(Viewport vp)
          Add a new viewport to be used by this layer.
protected  void BufferState.addParent(SceneGraphObject p)
          Specify this nodes parent, overridden to provide behaviour that appends the node to the list rather than replacing it.
protected  void BaseNode.setParent(Node node, Node p)
          Specify this nodes parent.
 


Aviatrix3D
2.0 Dev

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2005 j3d.org