private static class NGCanvas.PixelData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
ch |
private int |
cw |
private java.nio.IntBuffer |
pixels |
private boolean |
validPixels |
Modifier | Constructor and Description |
---|---|
private |
PixelData(int cw,
int ch) |
Modifier and Type | Method and Description |
---|---|
private void |
restore(Graphics g,
int tw,
int th) |
private void |
save(RTTexture tex) |