Modifier and Type | Field and Description |
---|---|
static int |
ALL_MAX |
static int |
AS_COLUMNS |
static int |
AS_ROWS |
static int |
BEST_FIRST |
static int |
FINDING_ALL |
static int |
FINDING_ANY |
static int |
FINDING_SOME |
static int |
SOME_COUNT |
Constructor and Description |
---|
ImageFind() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkFind(ImageFinder owner,
Object pprobe,
Object... args) |
protected ImageFind |
doFind() |
Match |
get() |
Match |
get(int n) |
List<Match> |
getMatches() |
int |
getSize() |
boolean |
hasNext() |
boolean |
isValid() |
Match |
next() |
void |
remove() |
void |
setCount(int c) |
void |
setFinding(int ftyp) |
void |
setFindTimeout(double t) |
void |
setIsInnerFind() |
void |
setSorted(int styp) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static final int AS_ROWS
public static final int AS_COLUMNS
public static final int BEST_FIRST
public static final int FINDING_ANY
public static final int FINDING_SOME
public static final int FINDING_ALL
public static int SOME_COUNT
public static int ALL_MAX
public boolean isValid()
public void setIsInnerFind()
public void setFindTimeout(double t)
public void setFinding(int ftyp)
public void setSorted(int styp)
public void setCount(int c)
protected boolean checkFind(ImageFinder owner, Object pprobe, Object... args)
protected ImageFind doFind()
public Match get()
public Match get(int n)
public int getSize()