|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.scenegraph.traversal.impl.AppearanceTraversal
public class AppearanceTraversal
This class traverses a subgroup of the scenegraph and applies an Appearance to each found Shape3D.
| Constructor Summary | |
|---|---|
AppearanceTraversal(Appearance app)
|
|
| Method Summary | |
|---|---|
boolean |
traversalCheckGroup(GroupNode group)
This method is called for each Group in the traversal. |
boolean |
traversalOperation(Node node)
This method is called for each Node in the traversed Group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppearanceTraversal(Appearance app)
| Method Detail |
|---|
public boolean traversalOperation(Node node)
TraversalCallback
traversalOperation in interface TraversalCallbacknode - the current Node in the traversal
public boolean traversalCheckGroup(GroupNode group)
TraversalCallback
traversalCheckGroup in interface TraversalCallbackgroup - the Group to be checked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||