|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.image.StrictImageFinder
public class StrictImageFinder
Performs "strict" (i.e. based on all pixels matching) image search.
| Constructor Summary | |
|---|---|
StrictImageFinder(java.awt.image.BufferedImage area)
Creates an instance searching subimages insige a parameter image. |
|
| Method Summary | |
|---|---|
java.awt.Point |
findImage(java.awt.image.BufferedImage image,
int index)
Searchs for an image inside image passed into constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrictImageFinder(java.awt.image.BufferedImage area)
area - - Image to search in.| Method Detail |
|---|
public java.awt.Point findImage(java.awt.image.BufferedImage image,
int index)
findImage in interface ImageFinderimage - an image to search.index - an ordinal image location index. If equal to 1, for example,
second appropriate location will be found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||