class Image.IntAccess extends Image.BaseAccessor<java.nio.IntBuffer>
offsetElems, pixelElems, scanlineElems, theBuffer, theFormat, theGetter, theSetter| Constructor and Description |
|---|
IntAccess(PixelFormat<java.nio.IntBuffer> fmt,
java.nio.IntBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
getPixels(int x,
int y,
int w,
int h,
WritablePixelFormat<java.nio.ByteBuffer> pixelformat,
byte[] dstarr,
int dstoff,
int dstScanlineBytes) |
void |
getPixels(int x,
int y,
int w,
int h,
WritablePixelFormat<java.nio.IntBuffer> pixelformat,
int[] dstarr,
int dstoff,
int dstScanlineInts) |
void |
setPixels(int x,
int y,
int w,
int h,
PixelFormat<java.nio.ByteBuffer> pixelformat,
byte[] srcarr,
int srcoff,
int srcScanlineBytes) |
void |
setPixels(int x,
int y,
int w,
int h,
PixelFormat<java.nio.IntBuffer> pixelformat,
int[] srcarr,
int srcoff,
int srcScanlineInts) |
void |
setPixels(int dstx,
int dsty,
int w,
int h,
PixelReader reader,
int srcx,
int srcy) |
getArgb, getBuffer, getGetter, getIndex, getPixels, getPlatformPixelFormat, getSetter, isWritable, promoteToWritableImage, setArgb, setPixelsIntAccess(PixelFormat<java.nio.IntBuffer> fmt, java.nio.IntBuffer buffer)
public void getPixels(int x,
int y,
int w,
int h,
WritablePixelFormat<java.nio.ByteBuffer> pixelformat,
byte[] dstarr,
int dstoff,
int dstScanlineBytes)
getPixels in class Image.Accessor<java.nio.IntBuffer>public void getPixels(int x,
int y,
int w,
int h,
WritablePixelFormat<java.nio.IntBuffer> pixelformat,
int[] dstarr,
int dstoff,
int dstScanlineInts)
getPixels in class Image.Accessor<java.nio.IntBuffer>public void setPixels(int x,
int y,
int w,
int h,
PixelFormat<java.nio.ByteBuffer> pixelformat,
byte[] srcarr,
int srcoff,
int srcScanlineBytes)
setPixels in class Image.Accessor<java.nio.IntBuffer>public void setPixels(int x,
int y,
int w,
int h,
PixelFormat<java.nio.IntBuffer> pixelformat,
int[] srcarr,
int srcoff,
int srcScanlineInts)
setPixels in class Image.Accessor<java.nio.IntBuffer>public void setPixels(int dstx,
int dsty,
int w,
int h,
PixelReader reader,
int srcx,
int srcy)
setPixels in class Image.Accessor<java.nio.IntBuffer>