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

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

Introduction

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

The text is from its open source code.

Constructor

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.