|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.objects.SceneTree.Node
public abstract static class SceneTree.Node
The abstract base class for nodes of a SceneTree
.
Field Summary | |
---|---|
SceneTree.Node |
next
The next node in the linked list of siblings (same level of hierarchy). |
Constructor Summary | |
---|---|
SceneTree.Node()
|
Method Summary | |
---|---|
abstract void |
accept(SceneTree.Visitor visitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SceneTree.Node next
Constructor Detail |
---|
public SceneTree.Node()
Method Detail |
---|
public abstract void accept(SceneTree.Visitor visitor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |