public class ImageBuffer
extends java.lang.Object
| Constructor | Description |
|---|---|
ImageBuffer(int width,
int height) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getHeight() |
|
java.nio.ByteBuffer |
getRGBA() |
|
int |
getWidth() |
|
void |
setRGBA(int x,
int y,
int r,
int g,
int b,
int a) |