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