Lines Matching refs:SampleModel
30 import java.awt.image.SampleModel;
71 * size as the SampleModel. A dataBuffer large
72 * enough to describe the Raster is automatically created. SampleModel
74 * @param sampleModel The SampleModel that specifies the layout.
77 public ByteBandedRaster(SampleModel sampleModel,
92 * it is the same size as the SampleModel. The DataBuffer is not
93 * initialized and must be a DataBufferShort compatible with SampleModel.
94 * SampleModel must be of type BandedSampleModel.
95 * @param sampleModel The SampleModel that specifies the layout.
99 public ByteBandedRaster(SampleModel sampleModel,
112 * SampleModel must be of type BandedSampleModel.
121 * @param sampleModel The SampleModel that specifies the layout.
127 public ByteBandedRaster(SampleModel sampleModel,
664 SampleModel sm;
718 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);