Class PixelMatcherBase
java.lang.Object
org.testfx.service.support.impl.PixelMatcherBase
- All Implemented Interfaces:
ColorMatcher, PixelMatcher
- Direct Known Subclasses:
PixelMatcherRgb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmatch(javafx.scene.image.Image image0, javafx.scene.image.Image image1) Returns aPixelMatcherResultthat indicates how similar/dissimilar the two images were.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ColorMatcher
matchColorsMethods inherited from interface PixelMatcher
createEmptyMatchImage, createMatchColor, createNonMatchColor
-
Constructor Details
-
PixelMatcherBase
public PixelMatcherBase()
-
-
Method Details
-
match
Description copied from interface:PixelMatcherReturns aPixelMatcherResultthat indicates how similar/dissimilar the two images were.- Specified by:
matchin interfacePixelMatcher
-