org.netbeans.jemmy.image
public interface ImageFinder
Modifier and Type | Method and Description |
---|---|
Point |
findImage(BufferedImage image,
int index)
Should return location if image lays inside an image represented by this object.
|
Point findImage(BufferedImage image, int index)
image
- an image to search.index
- an ordinal image location index. If equal to 1, for example,
second appropriate location will be found.