scenic
Class SceneNode

java.lang.Object
  extended by scenic.SceneNode
Direct Known Subclasses:
SceneContainer, SceneLeaf

public abstract class SceneNode
extends java.lang.Object

This is the base class for all scene graph nodes. Every node with the exception of the root node has a single parent node. This means that the scene graph is tree-like in structure.


Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait