public class ConvertBgraToAbgr extends RecursiveAction
| Modifier and Type | Field and Description |
|---|---|
static Map<Integer,byte[]> |
buffers |
protected static int |
sThreshold |
| Constructor and Description |
|---|
ConvertBgraToAbgr(byte[] src,
int start,
int length,
byte[] dst,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compute() |
protected void |
computeDirectly() |
static void |
convert(ByteBuffer bgraBuf,
BufferedImage out) |
exec, getRawResult, setRawResultadapt, adapt, adapt, cancel, complete, completeExceptionally, fork, get, get, getException, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyInvoke, quietlyJoin, reinitialize, tryUnforkpublic ConvertBgraToAbgr(byte[] src,
int start,
int length,
byte[] dst,
int width,
int height)
protected void computeDirectly()
protected void compute()
compute in class RecursiveActionpublic static void convert(ByteBuffer bgraBuf, BufferedImage out)
Copyright © 2015. All Rights Reserved.