net.java.joglutils.msg.nodes
Class Separator

java.lang.Object
  extended by net.java.joglutils.msg.nodes.Node
      extended by net.java.joglutils.msg.nodes.Group
          extended by 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.


Constructor Summary
Separator()
           
 
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 net.java.joglutils.msg.nodes.Node
rayPick, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Separator

public Separator()
Method Detail

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