public final class JavaSurface extends AbstractSurface
| Modifier and Type | Field and Description |
|---|---|
private java.nio.IntBuffer |
dataBuffer |
private int[] |
dataInt |
| Constructor and Description |
|---|
JavaSurface(int[] dataInt,
int dataType,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.IntBuffer |
getDataIntBuffer() |
private void |
initialize(int dataType,
int width,
int height) |