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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteBandedRaster.java51 public class ByteBandedRaster extends SunWritableRaster { class in inherits:SunWritableRaster
69 * Constructs a ByteBandedRaster with the given sampleModel. The
77 public ByteBandedRaster(SampleModel sampleModel, method in class:ByteBandedRaster
99 public ByteBandedRaster(SampleModel sampleModel, method in class:ByteBandedRaster
110 * Constructs a ByteBandedRaster with the given sampleModel,
127 public ByteBandedRaster(SampleModel sampleModel, method in class:ByteBandedRaster
131 ByteBandedRaster parent) {
138 throw new RasterFormatException("ByteBandedRaster must have" +
480 // if (inRaster instanceof ByteBandedRaster) {
674 return new ByteBandedRaster(s
[all...]

Completed in 52 milliseconds