net.java.joglutils.msg.nodes
Class Separator
java.lang.Object
net.java.joglutils.msg.nodes.Node
net.java.joglutils.msg.nodes.Group
net.java.joglutils.msg.nodes.Separator
- All Implemented Interfaces:
- Iterable<Node>
public class Separator
- extends Group
Represents a push / pop of OpenGL state, "separating" the
sub-graph below this separator from the nodes which follow it in
the graph.
Method Summary |
void |
doAction(Action action)
Performs the "typical" operation for this node when an action is
applied to it. |
Methods inherited from class net.java.joglutils.msg.nodes.Group |
addChild, findChild, getChild, getNumChildren, insertChild, iterator, removeAllChildren, removeChild, removeChild, replaceChild, replaceChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Separator
public Separator()
doAction
public void doAction(Action action)
- Description copied from class:
Node
- Performs the "typical" operation for this node when an action is
applied to it. The default implementation does nothing.
- Overrides:
doAction
in class Group