CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Francis Kung <fkung>    06/08/14 16:11:24

Modified files:
        .              : ChangeLog 
        java/awt/image : AffineTransformOp.java 

Log message:
        2006-08-14  Francis Kung  <[EMAIL PROTECTED]>
                * java/awt/image/AffineTransformOp.java
                (AffineTransformOp): Updated javadoc.
                (createCompatibleDestImage): Match behaviour of reference 
implementation.
                (createCompatibleDestRaster): Formatting changes.
                (filter(BufferedImage, BufferedImage)): Create compatible 
destination image.
                (filter(Raster, WritableRaster)): Re-implemented.
                (filterBicubic): New private method.
                (filterBilinear): New private method.
                (filterNearest): New private method.
                (getBounds2D): No longer fixed around one point for rotations.
                (getInterpolationType): Add support for bicubic interpolation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8393&r2=1.8394
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/AffineTransformOp.java?cvsroot=classpath&r1=1.8&r2=1.9


Reply via email to