final class MacPixels extends Pixels
Pixels.Format| Modifier and Type | Field and Description |
|---|---|
private static int |
nativeFormat |
| Modifier | Constructor and Description |
|---|---|
protected |
MacPixels(int width,
int height,
java.nio.ByteBuffer data) |
protected |
MacPixels(int width,
int height,
java.nio.IntBuffer data) |
protected |
MacPixels(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 |
_copyPixels(java.nio.Buffer src,
java.nio.Buffer dst,
int size) |
protected void |
_fillDirectByteBuffer(java.nio.ByteBuffer bb) |
private static int |
_initIDs() |
(package private) static int |
getNativeFormat_impl() |
java.lang.String |
toString() |
asByteBuffer, asByteBuffer, equals, getBytesPerComponent, getHeight, getHeightUnsafe, getNativeFormat, getPixels, getScale, getScaleUnsafe, getWidth, getWidthUnsafe, hashCodeprotected MacPixels(int width,
int height,
java.nio.ByteBuffer data)
protected MacPixels(int width,
int height,
java.nio.IntBuffer data)
protected MacPixels(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 _copyPixels(java.nio.Buffer src,
java.nio.Buffer dst,
int size)
protected 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 Pixelspublic java.lang.String toString()
toString in class java.lang.Object