Lines Matching refs:SampleModel
30 import java.awt.image.SampleModel;
102 * Constructs a IntegerComponentRaster with the given SampleModel.
104 * size as the SampleModel. A DataBuffer large enough to describe the
105 * Raster is automatically created. SampleModel must be of type
107 * @param sampleModel The SampleModel that specifies the layout.
110 public IntegerComponentRaster(SampleModel sampleModel,
123 * Constructs a IntegerComponentRaster with the given SampleModel
125 * it is the same sizes the SampleModel. The DataBuffer is not
126 * initialized and must be a DataBufferInt compatible with SampleModel.
127 * SampleModel must be of type SinglePixelPackedSampleModel.
128 * @param sampleModel The SampleModel that specifies the layout.
132 public IntegerComponentRaster(SampleModel sampleModel,
146 * Constructs a IntegerComponentRaster with the given SampleModel,
148 * SampleModel must be of type SinglePixelPackedSampleModel.
157 * @param sampleModel The SampleModel that specifies the layout.
163 public IntegerComponentRaster(SampleModel sampleModel,
561 SampleModel sm;
616 SampleModel sm = sampleModel.createCompatibleSampleModel(w,h);