public interface ImageUpdateObserver
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
processUpdate(List<Rectangle> updatedRects,
Rectangle comparisonRect,
Dimension templateSize)
Compute one or more rectangles that need to be processed when one or more
image rectangles change.
|
List<Rectangle> processUpdate(List<Rectangle> updatedRects, Rectangle comparisonRect, Dimension templateSize)
updatedRects
- list of updated image rectangles.comparisonRect
- user defined comparison rectangle or the rectangle
corresponding to the whole screen ([0, 0, screenWidth, screenHeight])..templateSize
- size of the template image.