public class ImageBufferPool<T extends ImageBuffer>
extends java.lang.Object
| Constructor and Description |
|---|
ImageBufferPool(int imageWidth,
int imageHeight,
int capacity,
int imageFormat,
java.lang.Class<T> imageClazz,
int imageByteSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
freeBuffer(T buf) |
T |
newBuffer(int width,
int height) |