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 PixelMatcherResultCaptureSupport. matchImages(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher)Compares two images and returns aPixelMatcherResultthat 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 classPixelMatcherBaseclassPixelMatcherRgbMethods in org.testfx.service.support.impl with parameters of type PixelMatcher Modifier and Type Method Description PixelMatcherResultCaptureSupportImpl. matchImages(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher)
-