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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteInterleavedRaster.java51 public class ByteInterleavedRaster extends ByteComponentRaster { class in inherits:ByteComponentRaster
80 * Constructs a ByteInterleavedRaster with the given SampleModel.
88 public ByteInterleavedRaster(SampleModel sampleModel, Point origin) { method in class:ByteInterleavedRaster
100 * Constructs a ByteInterleavedRaster with the given SampleModel
110 public ByteInterleavedRaster(SampleModel sampleModel, method in class:ByteInterleavedRaster
168 * Constructs a ByteInterleavedRaster with the given SampleModel,
186 public ByteInterleavedRaster(SampleModel sampleModel, method in class:ByteInterleavedRaster
190 ByteInterleavedRaster parent) {
616 if (inRaster instanceof ByteInterleavedRaster) {
617 ByteInterleavedRaster bc
[all...]

Completed in 23 milliseconds