Package org.testfx.service.support.impl
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 aPixelMatcherResult
that indicates how similar/dissimilar the two images were.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.testfx.service.support.ColorMatcher
matchColors
Methods inherited from interface org.testfx.service.support.PixelMatcher
createEmptyMatchImage, createMatchColor, createNonMatchColor
-
Constructor Details
-
PixelMatcherBase
public PixelMatcherBase()
-
-
Method Details
-
match
Description copied from interface:PixelMatcher
Returns aPixelMatcherResult
that indicates how similar/dissimilar the two images were.- Specified by:
match
in interfacePixelMatcher
-