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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DSampleModel.java53 * Subclasses of SampleModel specify the types of samples they can
62 * a DataBuffer and a SampleModel. The SampleModel allows access to
68 * images. More efficient code will cast the SampleModel to the
81 public abstract class SampleModel class
84 /** Width in pixels of the region of image data that this SampleModel
89 /** Height in pixels of the region of image data that this SampleModel
94 /** Number of bands of the image data that this SampleModel describes. */
109 * Constructs a SampleModel with the specified parameters.
122 public SampleModel(in method in class:SampleModel
[all...]

Completed in 31 milliseconds