WritableRaster
with the specified width and height that has a data layout (SampleModel
) compatible with this ColorModel
.
@param w the width to apply to the new WritableRaster
@param h the height to apply to the new WritableRaster
@return a WritableRaster
object with the specifiedwidth and height.
@throws IllegalArgumentException if w
or h
is less than or equal to zero
@see WritableRaster
@see SampleModel
|
|
|
|
|
|
|
|
|
|
|
|