Example usage for Java java.awt.image PixelInterleavedSampleModel fields, constructors, methods, implement or subclass
The text is from its open source code.
PixelInterleavedSampleModel(int dataType, int w, int h, int pixelStride, int scanlineStride, int[] bandOffsets) Constructs a PixelInterleavedSampleModel with the specified parameters. |