Changed Methods |
WritableRaster createCompatibleDestRaster(Raster )
|
Documentation changed from old to new. |
Creates a zeroed destination Raster with the correct size and number of bands. |
WritableRaster filter(Raster, WritableRaster)
|
Documentation changed from old to new. |
Performs a single-input/single-output operation from a source Raster to a destination Raster. |
Rectangle2D getBounds2D(Raster )
|
Documentation changed from old to new. |
Returns the bounding box of the filtered destination Raster. |
Point2D getPoint2D(Point2D, Point2D)
|
Documentation changed from old to new. |
Returns the location of the destination point given a point in the source Raster. |
RenderingHints getRenderingHints()
|
Documentation changed from old to new. |
Returns the rendering hints for this RasterOp. |