com.threerings.opengl.compositor
Class RenderQueue.Group.State

java.lang.Object
  extended by com.threerings.opengl.compositor.RenderQueue.Group.State
Enclosing class:
RenderQueue.Group

public static class RenderQueue.Group.State
extends Object

Represents the saved state of a group.


Field Summary
protected  ArrayList<RenderQueue.State> _qstates
          Saved states for each queue.
 
Constructor Summary
RenderQueue.Group.State()
           
 
Method Summary
 void swap(RenderQueue.Group group)
          Swaps this state with the of the specified group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_qstates

protected ArrayList<RenderQueue.State> _qstates
Saved states for each queue.

Constructor Detail

RenderQueue.Group.State

public RenderQueue.Group.State()
Method Detail

swap

public void swap(RenderQueue.Group group)
Swaps this state with the of the specified group.