org.netbeans.jemmy.image
public class StrictImageFinder extends Object implements ImageFinder
Constructor and Description |
---|
StrictImageFinder(BufferedImage area)
Creates an instance searching subimages insige a parameter image.
|
Modifier and Type | Method and Description |
---|---|
Point |
findImage(BufferedImage image,
int index)
Searchs for an image inside image passed into constructor.
|
public StrictImageFinder(BufferedImage area)
area
- - Image to search in.public Point findImage(BufferedImage image, int index)
findImage
in interface ImageFinder
image
- an image to search.index
- an ordinal image location index. If equal to 1, for example,
second appropriate location will be found.