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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRaster.java50 * A class representing a rectangular array of pixels. A Raster
55 * A Raster defines values for pixels occupying a particular
57 * The rectangle, known as the Raster's bounding rectangle and
60 * the coordinate of the upper left corner of the Raster. References
63 * elements of the Raster's associated DataBuffer. It is the user's
66 * A SampleModel describes how samples of a Raster
76 * Although a Raster may live anywhere in the plane, a SampleModel
78 * Raster therefore contains a translation factor that allows pixel
79 * locations to be mapped between the Raster's coordinate system and
81 * coordinate system to that of the Raster ma
126 public class Raster { class
1021 protected Raster(SampleModel sampleModel, method in class:Raster
1048 protected Raster(SampleModel sampleModel, method in class:Raster
1087 protected Raster(SampleModel sampleModel, method in class:Raster
[all...]

Completed in 242 milliseconds