public interface ImageFinder
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
findImage(java.awt.image.BufferedImage image,
int index)
Should return location if image lays inside an image represented by this object.
|
java.awt.Point findImage(java.awt.image.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.