|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.loop.opscheduler.util.SchedOpsPool
public class SchedOpsPool
A Heap to store ScheduledOperation instances.
| Constructor Summary | |
|---|---|
SchedOpsPool()
|
|
| Method Summary | |
|---|---|
static java.util.List<GroupNode> |
allocateGroupList()
Allocates a new List of GroupNodes. |
static ScheduledScreenshot |
allocateSchededScreenshot(Canvas3D canvas,
java.io.File file,
boolean alpha)
Allocates a new ScheduledScreenshot instance. |
static ScheduledPicker |
allocateScheduledPicker()
Allocates a new ScheduledPicker instance. |
static void |
deallocateGroupList(java.util.List<GroupNode> groupList)
Deallocates a List of GroupNodes and stores it in a LinkedList. |
static void |
deallocateSchededScreenshot(ScheduledScreenshot schededShot)
Deallocates a ScheduledScreenshot instance and stores it in a LinkedList. |
static void |
deallocateScheduledPicker(ScheduledPicker schededPicker)
Deallocates a ScheduledPicker instance and stores it in a LinkedList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchedOpsPool()
| Method Detail |
|---|
public static ScheduledScreenshot allocateSchededScreenshot(Canvas3D canvas,
java.io.File file,
boolean alpha)
public static void deallocateSchededScreenshot(ScheduledScreenshot schededShot)
public static ScheduledPicker allocateScheduledPicker()
public static void deallocateScheduledPicker(ScheduledPicker schededPicker)
public static java.util.List<GroupNode> allocateGroupList()
public static void deallocateGroupList(java.util.List<GroupNode> groupList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||