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. |
int getNumFactors()
|
Documentation changed from old to new. |
Returns the number of scaling factors and offsets used in this RescaleOp. |
float[] getOffsets(float[] )
|
Documentation changed from old to new. |
Returns the offsets in the given array. |
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. |
float[] getScaleFactors(float[] )
|
Documentation changed from old to new. |
Returns the scale factors in the given array. |
BufferedImage filter(BufferedImage, BufferedImage)
|
Documentation changed from old to new. |
Rescales the source BufferedImage. |
WritableRaster filter(Raster, WritableRaster)
|
Documentation changed from old to new. |
Rescales the pixel data in the source Raster. |
Rectangle2D getBounds2D(Raster )
|
Documentation changed from old to new. |
Returns the bounding box of the rescaled destination Raster. |