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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java46 * a WritableRaster, use one of the createWritableRaster factory methods
49 public class WritableRaster extends Raster { class in inherits:Raster
52 * Constructs a WritableRaster with the given SampleModel. The
53 * WritableRaster's upper left corner is origin and it is the
55 * describe the WritableRaster is automatically created.
63 protected WritableRaster(SampleModel sampleModel, method in class:WritableRaster
76 * Constructs a WritableRaster with the given SampleModel and DataBuffer.
77 * The WritableRaster's upper left corner is origin and it is the same
88 protected WritableRaster(SampleModel sampleModel, method in class:WritableRaster
102 * Constructs a WritableRaster wit
124 protected WritableRaster(SampleModel sampleModel, method in class:WritableRaster
[all...]

Completed in 72 milliseconds