| Changed Methods |
BufferedImage filter(BufferedImage, BufferedImage)
|
Documentation changed from old to new. |
Transforms the source BufferedImage and stores the results in the destination BufferedImage. |
WritableRaster filter(Raster, WritableRaster)
|
Documentation changed from old to new. |
Transforms the source Raster and stores the results in the destination Raster. |
Rectangle2D getBounds2D(BufferedImage)
|
Documentation changed from old to new. |
Returns the bounding box of the transformed destination. |
Rectangle2D getBounds2D(Raster)
|
Documentation changed from old to new. |
Returns the bounding box of the transformed destination. |