public class SubRenderTask extends java.util.concurrent.RecursiveTask<SubRenderInfo>
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected RenderInfo |
info |
protected int |
length |
Modifier | Constructor and Description |
---|---|
protected |
SubRenderTask(RenderInfo info,
int index,
int length) |
Modifier and Type | Method and Description |
---|---|
protected SubRenderInfo |
compute() |
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
protected RenderInfo info
protected int index
protected int length
protected SubRenderTask(RenderInfo info, int index, int length)
protected SubRenderInfo compute()
compute
in class java.util.concurrent.RecursiveTask<SubRenderInfo>