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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPixelInterleavedSampleModel.java56 public class PixelInterleavedSampleModel extends ComponentSampleModel class in inherits:ComponentSampleModel
59 * Constructs a PixelInterleavedSampleModel with the specified parameters.
82 public PixelInterleavedSampleModel(int dataType, method in class:PixelInterleavedSampleModel
114 * Creates a new PixelInterleavedSampleModel with the specified
115 * width and height. The new PixelInterleavedSampleModel will have the
117 * as this PixelInterleavedSampleModel. The band offsets may be
144 return new PixelInterleavedSampleModel(dataType, w, h, pixelStride,
149 * Creates a new PixelInterleavedSampleModel with a subset of the
150 * bands of this PixelInterleavedSampleModel. The new
151 * PixelInterleavedSampleModel ca
[all...]

Completed in 46 milliseconds