Interface | Description |
---|---|
AdvancedImageComparisonModule |
Advanced image comparison module methods.
|
ConnectionCapabilities |
Special connection related methods.
|
ConstantSupportingModule |
Methods of an image comparison method that declares constants for pass rate values.
|
DesktopSizeConsumer |
Interface of an image comparison method that needs the current and original
(the one the template image was created from) desktop sizes.
|
ExtendedSearchCapabilities |
Interface declaring capabilities of a search-type comparison method which
searches the screen and returns locations (in form of rectangles).
|
FileBasedImageModule |
This interface declares that a module requires the base image in form of a
File rather than Image.
|
ImageComparisonModule |
This class declares methods of image comparison used by the CompareTo, Screenshot
and WaitFor commands of the T-Plan Robot Enterprise scripting language.
|
ImageUpdateObserver |
Interface declaring methods of a comparison method (module) which can
process image updates.
|
MultiFileBasedImageModule |
This interface declares that the module accepts multiple files on input.
|
MultiPassModule |
Interface of a method which needs to be executed multiple times for a number
of different configurations.
|
ScreenDifferenceMethod |
Interface for algorithms comparing two screens of equal size and producing
the difference.
|
SimilarityDrivenModule |
Interface of a search-like image comparison method capable of delivering a
similarity (as percentage) for each reported match retrieved through the
ExtendedSearchCapabilities.getHits() method. |
TextRecognitionGUISupport |
Interface of an OCR comparison method allowing to display the OCR results in
a custom window.
|
WaitforCustomModule |
Methods of a comparison method wishing to inject custom default values to
the 'Waitfor' command.
|
WebDriverModule |
WebDriver comparison module methods.
|
Class | Description |
---|---|
ImageComparisonModuleFactory |
Image comparison module factory allows to access image comparison
algorithms provided by this application.
|