Uses of Class
org.testfx.service.support.PixelMatcherResult
-
Packages that use PixelMatcherResult Package Description org.testfx.service.support org.testfx.service.support.impl -
-
Uses of PixelMatcherResult in org.testfx.service.support
Methods in org.testfx.service.support that return PixelMatcherResult Modifier and Type Method Description PixelMatcherResult
PixelMatcher. match(javafx.scene.image.Image image0, javafx.scene.image.Image image1)
Returns aPixelMatcherResult
that indicates how similar/dissimilar the two images were.PixelMatcherResult
CaptureSupport. matchImages(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher)
Compares two images and returns aPixelMatcherResult
that defines the how similar/dissimilar one was from the other. -
Uses of PixelMatcherResult in org.testfx.service.support.impl
Methods in org.testfx.service.support.impl that return PixelMatcherResult Modifier and Type Method Description PixelMatcherResult
PixelMatcherBase. match(javafx.scene.image.Image image0, javafx.scene.image.Image image1)
PixelMatcherResult
CaptureSupportImpl. matchImages(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher)
-