final class WinPixels extends Pixels
Pixels.Format| Modifier and Type | Field and Description |
|---|---|
private static int |
nativeFormat |
| Modifier | Constructor and Description |
|---|---|
protected |
WinPixels(int width,
int height,
java.nio.ByteBuffer data) |
protected |
WinPixels(int width,
int height,
java.nio.IntBuffer data) |
protected |
WinPixels(int width,
int height,
java.nio.IntBuffer data,
float scale) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_attachByte(long ptr,
int w,
int h,
java.nio.ByteBuffer bytes,
byte[] array,
int offset) |
protected void |
_attachInt(long ptr,
int w,
int h,
java.nio.IntBuffer ints,
int[] array,
int offset) |
protected void |
_fillDirectByteBuffer(java.nio.ByteBuffer bb) |
private static int |
_initIDs() |
(package private) static int |
getNativeFormat_impl() |
asByteBuffer, asByteBuffer, equals, getBytesPerComponent, getHeight, getHeightUnsafe, getNativeFormat, getPixels, getScale, getScaleUnsafe, getWidth, getWidthUnsafe, hashCodeprotected WinPixels(int width,
int height,
java.nio.ByteBuffer data)
protected WinPixels(int width,
int height,
java.nio.IntBuffer data)
protected WinPixels(int width,
int height,
java.nio.IntBuffer data,
float scale)
private static int _initIDs()
static int getNativeFormat_impl()
protected void _fillDirectByteBuffer(java.nio.ByteBuffer bb)
_fillDirectByteBuffer in class Pixelsprotected void _attachInt(long ptr,
int w,
int h,
java.nio.IntBuffer ints,
int[] array,
int offset)
_attachInt in class Pixelsprotected void _attachByte(long ptr,
int w,
int h,
java.nio.ByteBuffer bytes,
byte[] array,
int offset)
_attachByte in class Pixels