Class IdentityComparator
- java.lang.Object
-
- com.github.loyada.jdollarx.visual.IdentityComparator
-
- All Implemented Interfaces:
BiConsumer<BufferedImage,BufferedImage>
public class IdentityComparator extends Object implements BiConsumer<BufferedImage,BufferedImage>
-
-
Constructor Summary
Constructors Constructor Description IdentityComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(BufferedImage refImage, BufferedImage actualImage)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(BufferedImage refImage, BufferedImage actualImage)
- Specified by:
acceptin interfaceBiConsumer<BufferedImage,BufferedImage>
-
-