Uses of Interface
org.testfx.service.support.PixelMatcher
-
Packages that use PixelMatcher Package Description org.testfx.service.support org.testfx.service.support.impl -
-
Uses of PixelMatcher in org.testfx.service.support
Methods in org.testfx.service.support with parameters of type PixelMatcher Modifier and Type Method Description 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 PixelMatcher in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement PixelMatcher Modifier and Type Class Description class
PixelMatcherBase
class
PixelMatcherRgb
Methods in org.testfx.service.support.impl with parameters of type PixelMatcher Modifier and Type Method Description PixelMatcherResult
CaptureSupportImpl. matchImages(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher)
-