Raster
@param childMinY the Y coordinate of the upper-leftcorner of the new Raster
@return a new Raster with the same size, SampleModel,and DataBuffer as this Raster, but with the specified location.
@throws RasterFormatException if computing eitherchildMinX + this.getWidth() or childMinY + this.getHeight() results in integer overflow
Raster
@param childMinY the Y coordinate of the upper-left corner of the new Raster
@return a new Raster with the same size, SampleModel, and DataBuffer as this Raster, but with the specified location.
@throws RasterFormatException if computing eitherchildMinX + this.getWidth() or childMinY + this.getHeight() results in integer overflow
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |