Example usage for Java java.awt.image MultiPixelPackedSampleModel fields, constructors, methods, implement or subclass
The text is from its open source code.
MultiPixelPackedSampleModel(int dataType, int w, int h, int numberOfBits) Constructs a MultiPixelPackedSampleModel with the specified data type, width, height and number of bits per pixel. |
int | getDataBitOffset() Returns the data bit offset in bits. |
int | getHeight() Returns the height in pixels. |
int | getScanlineStride() Returns the scanline stride. |