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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerComponentRaster.java53 public class IntegerComponentRaster extends SunWritableRaster { class in inherits:SunWritableRaster
102 * Constructs a IntegerComponentRaster with the given SampleModel.
110 public IntegerComponentRaster(SampleModel sampleModel, method in class:IntegerComponentRaster
123 * Constructs a IntegerComponentRaster with the given SampleModel
132 public IntegerComponentRaster(SampleModel sampleModel, method in class:IntegerComponentRaster
146 * Constructs a IntegerComponentRaster with the given SampleModel,
163 public IntegerComponentRaster(SampleModel sampleModel, method in class:IntegerComponentRaster
167 IntegerComponentRaster parent){
194 ? IntegerComponentRaster.TYPE_INT_PACKED_SAMPLES
195 : IntegerComponentRaster
[all...]

Completed in 31 milliseconds