Java java.awt.image MultiPixelPackedSampleModel fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image MultiPixelPackedSampleModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image MultiPixelPackedSampleModel.

The text is from its open source code.

Constructor

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.

Method

intgetDataBitOffset()
Returns the data bit offset in bits.
intgetHeight()
Returns the height in pixels.
intgetScanlineStride()
Returns the scanline stride.