Package org.netbeans.jemmy.image
Interface ImageComparator
-
- All Known Implementing Classes:
ColorImageComparator,RoughImageComparator,StrictImageComparator
public interface ImageComparatorInterface for all classes performing image comparision.- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancompare(java.awt.image.BufferedImage image1, java.awt.image.BufferedImage image2)Should return true if images matches, false otherwise.
-