< prev index next >

core/JemmyCore/src/org/jemmy/image/ImageComparator.java

Print this page

        

*** 26,36 **** package org.jemmy.image; /** * Interface for all classes performing image comparison. * ! * @author Alexandre Iline (alexandre.iline@sun.com) */ public interface ImageComparator { /** * Checks if images are the same according to whatever comparison logic is used. --- 26,36 ---- package org.jemmy.image; /** * Interface for all classes performing image comparison. * ! * @author shura */ public interface ImageComparator { /** * Checks if images are the same according to whatever comparison logic is used.
*** 41,49 **** public Image compare(Image image1, Image image2); /** * A string qualifying an image comparison algorithm. To be used in logs and * tools. ! * @return */ public String getID(); } --- 41,49 ---- public Image compare(Image image1, Image image2); /** * A string qualifying an image comparison algorithm. To be used in logs and * tools. ! * @return todo document */ public String getID(); }
< prev index next >