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

/frameworks/base/awt/java/awt/image/
H A DComponentSampleModel.java29 * The ComponentSampleModel class represents a set of image data whose each
44 public class ComponentSampleModel extends SampleModel { class in inherits:SampleModel
47 * The band offsets array of this ComponentSampleModel.
52 * The bank indices array of this ComponentSampleModel.
57 * The number of bands in this ComponentSampleModel.
62 * The number banks of this ComponentSampleModel.
67 * The scanline stride of this ComponentSampleModel.
72 * The pixel stride of this ComponentSampleModel.
77 * Instantiates a new ComponentSampleModel with the specified properties.
94 public ComponentSampleModel(in method in class:ComponentSampleModel
150 public ComponentSampleModel(int dataType, int w, int h, int pixelStride, int scanlineStride, method in class:ComponentSampleModel
[all...]

Completed in 3 milliseconds