Changed Methods |
BufferedImage createCompatibleDestImage(BufferedImage, ColorModel)
|
Documentation changed from old to new. |
Creates a zeroed destination image with the correct size and number of bands. |
WritableRaster createCompatibleDestRaster(Raster )
|
Documentation changed from old to new. |
Creates a zeroed-destination Raster with the correct size and number of bands given this source. |
Point2D getPoint2D(Point2D, Point2D)
|
Documentation changed from old to new. |
Returns the location of the destination point given a point in the source. |
RenderingHints getRenderingHints()
|
Documentation changed from old to new. |
Returns the rendering hints for this op. |
LookupTable getTable()
|
Documentation changed from old to new. |
Returns the LookupTable . |
BufferedImage filter(BufferedImage, BufferedImage)
|
Documentation changed from old to new. |
Performs a lookup operation on a BufferedImage . |
WritableRaster filter(Raster, WritableRaster)
|
Documentation changed from old to new. |
Performs a lookup operation on a Raster . |
Rectangle2D getBounds2D(BufferedImage )
|
Documentation changed from old to new. |
Returns the bounding box of the filtered destination image. |
Rectangle2D getBounds2D(Raster )
|
Documentation changed from old to new. |
Returns the bounding box of the filtered destination Raster. |