Package org.netbeans.jemmy.image
Class StrictImageFinder
java.lang.Object
org.netbeans.jemmy.image.StrictImageFinder
- All Implemented Interfaces:
ImageFinder
Performs "strict" (i.e. based on all pixels matching) image search.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance searching subimages insige a parameter image. -
Method Summary
Modifier and TypeMethodDescriptionfindImage
(BufferedImage image, int index) Searchs for an image inside image passed into constructor.
-
Constructor Details
-
StrictImageFinder
Creates an instance searching subimages insige a parameter image.- Parameters:
area
- - Image to search in.
-
-
Method Details
-
findImage
Searchs for an image inside image passed into constructor.- Specified by:
findImage
in interfaceImageFinder
- Parameters:
image
- an image to search.index
- an ordinal image location index. If equal to 1, for example, second appropriate location will be found.- Returns:
- Left-up corner coordinates of image location.
-