|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.compositor.RenderQueue.Group
public static class RenderQueue.Group
Contains a group of render queues.
| Nested Class Summary | |
|---|---|
static class |
RenderQueue.Group.State
Represents the saved state of a group. |
| Constructor Summary | |
|---|---|
RenderQueue.Group(GlContext ctx)
Creates a new group. |
|
| Method Summary | |
|---|---|
void |
clearQueues()
Clears out the contents of the queues. |
RenderQueue |
getQueue(String name)
Retrieves a reference to a render queue. |
void |
renderQueues()
Renders the contents of the queues. |
void |
renderQueues(String type)
Renders the contents of the queues of the specified type. |
void |
renderQueues(String type,
int minPriority,
int maxPriority)
Renders the contents of the queues of the specified type whose priority levels fall within the specified (inclusive) limits. |
void |
sortQueues()
Sorts the queues in preparation for rendering. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderQueue.Group(GlContext ctx)
| Method Detail |
|---|
public RenderQueue getQueue(String name)
public void sortQueues()
public void renderQueues()
public void renderQueues(String type)
public void renderQueues(String type,
int minPriority,
int maxPriority)
public void clearQueues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||