|
Aviatrix3D 2.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. |
org.j3d.renderer.aviatrix3d.nodes | Scenegraph nodes that extend Aviatrix with new functionality. |
Uses of AlreadyParentedException in org.j3d.aviatrix3d |
---|
Methods in org.j3d.aviatrix3d that throw AlreadyParentedException | |
---|---|
void |
Group.addChild(Node newChild)
Appends the specified child node to this group node's list of children |
void |
BaseGroup.addChild(Node newChild)
Appends the specified child node to this group node's list of children |
void |
Group2D.addChild(Node2D newChild)
Appends the specified child node to this group node's list of children |
void |
ObjectSet.addChild(SceneGraphObject newChild)
Appends the specified child node to this group node's list of children |
protected void |
Raster.addParent(Node p)
Add a parent to this node. |
protected void |
Geometry.addParent(Node p)
Add a parent to this node. |
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 |
BufferState.addParent(SceneGraphObject p)
Specify this nodes parent, overridden to provide behaviour that appends the node to the list rather than replacing it. |
void |
CompositeLayer.addViewport(Viewport vp)
Add a new viewport to be used by this layer. |
void |
CompositeLayer2D.addViewport(Viewport2D vp)
Add a new viewport to be used by this layer. |
void |
CompositeViewport.addViewportLayer(ViewportLayer vp)
Add a new layer to be used by this layer. |
void |
CompositeLayer2D.insertViewport(Viewport2D vp,
int index)
Add a new viewport to be used by this layer at a specified position in the array of viewpor. |
void |
CompositeLayer.insertViewport(Viewport vp,
int index)
Add a new viewport to be used by this layer at a specified position in the array of viewpor. |
void |
CompositeViewport.insertViewportLayer(ViewportLayer vp,
int index)
Add a new layer to be used by this layer at a specified position in the array of layer. |
void |
Group2D.setChild(Node2D newChild,
int idx)
Replaces the child node at the specified index in this group node's list of children with the specified child. |
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. |
void |
BaseGroup.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. |
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 |
SharedNode2D.setParent(Node p)
Specify this nodes parent, overridden to provide behaviour that appends the node to the list rather than replacing it. |
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 |
SharedGroup2D.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 |
Node.setParent(Node p)
Specify this nodes parent. |
protected void |
BaseNode.setParent(Node node,
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 |
ViewportLayer2D.setScene(Scene2D sc)
Set a new scene instance to be used by this layer. |
void |
Viewport2D.setScene(Scene2D sc)
Set a new scene instance to be used by this viewport. |
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. |
void |
SimpleLayer2D.setViewport(Viewport2D vp)
Set a new viewport instance to be used by this layer. |
Uses of AlreadyParentedException in org.j3d.renderer.aviatrix3d.nodes |
---|
Methods in org.j3d.renderer.aviatrix3d.nodes that throw AlreadyParentedException | |
---|---|
void |
LODGroup.addChild(Node newChild)
Appends the specified child node to this group node's list of children |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |