Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.Node2D

Packages that use Node2D
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
 

Uses of Node2D in org.j3d.aviatrix3d
 

Subclasses of Node2D in org.j3d.aviatrix3d
 class Group2D
          The Group2D node object is a generic container of other 2D nodes in the & scene.
 class Leaf2D
          A Leaf class is the base class for all 2D scene graph objects that have no children but provide something that may be renderable in the scene graph.
 class Pixmap
          A Pixmap wraps 2D screen-aligned pixel blits.
 class SharedGroup2D
          A grouping 2D node that can have multiple parents, thus allowing a graph structure to the scene graph.
 class SharedNode2D
          A 2D node that can have multiple parents, thus allowing a graph structure to the scene graph.
 

Fields in org.j3d.aviatrix3d declared as Node2D
protected  Node2D[] Group2D.childList
          The list of children nodes
 

Methods in org.j3d.aviatrix3d that return Node2D
 Node2D[] Group2D.getAllChildren()
          Return an array containing all of this group's children.
 Node2D SharedNode2D.getChild()
          Get the currently set child of this node.
 Node2D Group2D.getChild(int idx)
          Retrieves the child node at the specified index in this group node's list of children.
 

Methods in org.j3d.aviatrix3d with parameters of type Node2D
 void Group2D.addChild(Node2D newChild)
          Appends the specified child node to this group node's list of children
 void SharedNode2D.getParents(Node2D[] parents)
          Get the listing of the number of parents that this node currently has.
 void SharedGroup2D.getParents(Node2D[] parents)
          Get the listing of the number of parents that this node currently has.
 int Group2D.indexOfChild(Node2D child)
          Retrieves the index of the specified child node in this group node's list of children.
 void Group2D.removeChild(Node2D child)
          Removes the specified child from the group.
 void SharedNode2D.setChild(Node2D child)
          Set the child to be the new value.
 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.
 


Aviatrix3D
2.1.0

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