Searched defs:BandedSampleModel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBandedSampleModel.java49 * scanline. The pixel stride for a BandedSampleModel is one.
67 public final class BandedSampleModel extends ComponentSampleModel class in inherits:ComponentSampleModel
71 * Constructs a BandedSampleModel with the specified parameters.
84 public BandedSampleModel(int dataType, int w, int h, int numBands) { method in class:BandedSampleModel
86 BandedSampleModel.createIndicesArray(numBands),
87 BandedSampleModel.createOffsetArray(numBands));
91 * Constructs a BandedSampleModel with the specified parameters.
106 public BandedSampleModel(int dataType, method in class:BandedSampleModel
116 * Creates a new BandedSampleModel with the specified
117 * width and height. The new BandedSampleModel wil
[all...]

Completed in 229 milliseconds