|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.scenegraph.traversal.impl.PickableTraversal
public class PickableTraversal
This class traverses a subgroup of the scenegraph and applies a boolean to the setPickable property.
| Constructor Summary | |
|---|---|
PickableTraversal(boolean pickable)
|
|
| 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 PickableTraversal(boolean pickable)
| 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 | |||||||||