< prev index next >

core/JemmyAWTInput/src/org/jemmy/image/awt/ColorImageComparator.java

Print this page

        

*** 20,32 **** * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package org.jemmy.image; import java.awt.image.BufferedImage; import org.jemmy.image.pixel.PixelEqualityRasterComparator; /** * Compares two images with color mapping defined by * <code>ColorModel</code> implementation. --- 20,35 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package org.jemmy.image.awt; import java.awt.image.BufferedImage; + + import org.jemmy.image.Image; + import org.jemmy.image.ImageComparator; import org.jemmy.image.pixel.PixelEqualityRasterComparator; /** * Compares two images with color mapping defined by * <code>ColorModel</code> implementation.
< prev index next >