| Package | Description |
|---|---|
| org.testfx.service.support | |
| org.testfx.service.support.impl |
| Modifier and Type | Method and Description |
|---|---|
PixelMatcherResult |
PixelMatcher.match(javafx.scene.image.Image image0,
javafx.scene.image.Image image1)
Returns a
PixelMatcherResult 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 a
PixelMatcherResult that defines
the how similar/dissimilar one was from the other. |
| Modifier and Type | Method and 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) |