|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.scenegraph.SceneGraphObject
org.xith3d.scenegraph.Node
org.xith3d.scenegraph.Leaf
public abstract class Leaf
Leaf is an abstract class for all scene graph nodes that have no children. Leaf nodes specify lights, geometry, sounds, etc.
| Field Summary |
|---|
| Fields inherited from class org.xith3d.scenegraph.Node |
|---|
bounds, boundsAutoCompute, boundsDirty, globalIgnoreBounds, instanceBoundsTypeHint, parent, transformGroup, untransformedBounds |
| Fields inherited from class org.xith3d.scenegraph.SceneGraphObject |
|---|
XITH3D_USERDATAKEY_OLDUSERDATA |
| Constructor Summary | |
|---|---|
|
Leaf()
Constructs a new Leaf object. |
protected |
Leaf(boolean initializeBounds)
Constructs a new Leaf object. |
| Method Summary | |
|---|---|
protected void |
dump(int indent)
|
GroupNode |
getPickHost()
|
protected void |
setPickHost(GroupNode pickHost)
|
boolean |
traverse(DetailedTraversalCallback callback)
Traverses the scenegraph from this node on. |
| Methods inherited from class org.xith3d.scenegraph.SceneGraphObject |
|---|
getName, getUserData, getUserData, getUserDataMap, isLive, setLive, setName, setUserData, setUserData, setUserDataRecursive, setUserDataRecursive, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Leaf(boolean initializeBounds)
public Leaf()
| Method Detail |
|---|
protected void setPickHost(GroupNode pickHost)
public final GroupNode getPickHost()
GroupNode.setPickHost(boolean)protected void dump(int indent)
dump in class Nodepublic boolean traverse(DetailedTraversalCallback callback)
traverse in class Nodecallback - the listener is notified of any traversed Node on the way
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||