See: Description
| Interface | Description |
|---|---|
| ColorImageComparator.ColorMap |
Interface to map colors during the comparision.
|
| ImageFinder |
Interface for all classes performing image lookup.
|
| Class | Description |
|---|---|
| AbstractImageComparator | Deprecated
Use classes from org.jemmy.image.pixel package instead.
|
| AverageDistanceImageComparator |
Compares two images calculating average color distance between pixels and
comparing it to the threshold value.
|
| AWTImage | |
| AWTRobotCapturer |
Uses java.awt.Robot to capture the images
|
| BufferedImageComparator | |
| ClasspathImageLoader |
ImageLoader implementation which is able to load images through
a given classloader.
|
| ColorImageComparator | Deprecated
Use classes form org.jemmy.image.pixel instead.
|
| ColorImageComparator.BackgroundColorMap |
Turns
background color to black, left others unchanged. |
| ColorImageComparator.ForegroundColorMap |
Turns
foreground color to white, other - to black. |
| DiffDialog | |
| FilesystemImageLoader |
This is an implementation of ImageLoader which loads images from filesystem.
|
| NaturalImageComparator |
Compares two images naturally
(i.e. ignoring slight difference between pixel colors).
|
| PNGDecoder |
Allows to load PNG graphical file.
|
| PNGEncoder |
This class allows to encode BufferedImage into B/W, greyscale or true color PNG
image format with maximum compression.
|
| ResizeImageComparator |
Comparator that makes image sizes equal to compare them with other comparator
most of them work only for the images with equal dimensions.
|
| RoughImageComparator |
Compares two images roughly (i.e. not all of the pixel colors should match).
|
| RoughImageFinder |
Performs "rough" image search.
|
| StrictImageComparator |
Compares two images strictly (i.e. all the pixel colors should match).
|
| StrictImageFinder |
Performs "strict" (i.e. based on all pixels matching) image search.
|
| Utils |
| Enum | Description |
|---|---|
| ResizeImageComparator.ResizeMode |
Resize Modes
|
Copyright © 2018. All rights reserved.