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