Uses of Interface
org.testfx.service.support.PixelMatcher
Packages that use PixelMatcher
-
Uses of PixelMatcher in org.testfx.service.support
Methods in org.testfx.service.support with parameters of type PixelMatcherModifier and TypeMethodDescriptionCaptureSupport.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 PixelMatcherMethods in org.testfx.service.support.impl with parameters of type PixelMatcherModifier and TypeMethodDescriptionCaptureSupportImpl.matchImages
(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher)