Example usage for Java java.awt.image SinglePixelPackedSampleModel fields, constructors, methods, implement or subclass
The text is from its open source code.
SinglePixelPackedSampleModel(int dataType, int w, int h, int[] bitMasks) Constructs a SinglePixelPackedSampleModel with bitMasks.length bands. |
int[] | getBitMasks() Returns the bit masks for all bands. |
int | getHeight() Returns the height in pixels. |
int | getOffset(int x, int y) Returns the offset (in data array elements) of pixel (x,y). |
int | getScanlineStride() Returns the scanline stride of this SinglePixelPackedSampleModel. |
int | getWidth() Returns the width in pixels. |