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

/frameworks/base/awt/java/awt/image/
H A DWritableRaster.java30 * The WritableRaster class provides functionality for writing samples and pixel
35 public class WritableRaster extends Raster { class in inherits:Raster
38 * Instantiates a new WritableRaster object with the specified SampleModel,
39 * DataBuffer, rectangular region and parent WritableRaster.
49 * to the new WritableRaster coordinates.
51 * the parent of this WritableRaster.
53 protected WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Rectangle aRegion, method in class:WritableRaster
54 Point sampleModelTranslate, WritableRaster parent) {
59 * Instantiates a new WritableRaster object with the specified SampleModel
60 * which defines a layout of this WritableRaster an
70 protected WritableRaster(SampleModel sampleModel, DataBuffer dataBuffer, Point origin) { method in class:WritableRaster
83 protected WritableRaster(SampleModel sampleModel, Point origin) { method in class:WritableRaster
[all...]

Completed in 57 milliseconds