Interface ImageComparator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean compare​(java.awt.image.BufferedImage image1, java.awt.image.BufferedImage image2)
      Should return true if images matches, false otherwise.
    • Method Detail

      • compare

        boolean compare​(java.awt.image.BufferedImage image1,
                        java.awt.image.BufferedImage image2)
        Should return true if images matches, false otherwise.
        Parameters:
        image1 - an image to compare.
        image2 - an image to compare.
        Returns:
        true if images match each other.