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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteComponentRaster.java50 * ByteComponentRaster using a SinglePixelPackedSampleModel and
54 public class ByteComponentRaster extends SunWritableRaster { class in inherits:SunWritableRaster
87 * Constructs a ByteComponentRaster with the given SampleModel.
95 public ByteComponentRaster(SampleModel sampleModel, Point origin) { method in class:ByteComponentRaster
107 * Constructs a ByteComponentRaster with the given SampleModel
117 public ByteComponentRaster(SampleModel sampleModel, method in class:ByteComponentRaster
131 * Constructs a ByteComponentRaster with the given SampleModel,
149 public ByteComponentRaster(SampleModel sampleModel, method in class:ByteComponentRaster
153 ByteComponentRaster parent) {
528 if (inRaster instanceof ByteComponentRaster) {
[all...]

Completed in 30 milliseconds