Package syn3d.nodes

Interface Summary
ActiveNodeTreeChangeListener Listeners of this type are notified by the root node when a node is added to the tree
DirtyNode Dirty nodes can be added to the Universe.
SceneChangeListener Listeners on the universe change events A possible improvement would be to use "dirty" fields in all nodes, so when the universe changes, the listeners know which part of the scene graph has changed thanks to dirty nodes. => TODO
 

Class Summary
BranchGroupNode  
BuilderNode  
GroupNode Base class for BranchGroup, Switch, TransformGroup...
LoaderHandler  
LoaderNode A node to manage 3D files using various formats
NodeResourcesManager This class is a resource holder for all nodes
PropertiesTransformGroupNode A multi stamped transform group node holds a tramsform and a several attributes related to the node
RootNode Special active node that can be recognized as the root node by other active nodes.
SceneNode  
ShapeNode  
SwitchNode  
SwitchNode.Action  
TransformGroupNode  
ViewNode