public class Match extends Region implements java.lang.Comparable
_autoWaitTimeout, _defaultFindFailedResponse, _evtMgr, _lastMatch, _lastMatches, _lastScreenImage, _observing, _throwException, h, w, x, y
Constructor and Description |
---|
Match(FindResult f,
IScreen _parent) |
Match(int _x,
int _y,
int _w,
int _h,
double _score,
IScreen _parent) |
Match(int _x,
int _y,
int _w,
int _h,
double _score,
IScreen _parent,
java.lang.String text) |
Match(Match m,
IScreen _parent) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
boolean |
equals(java.lang.Object oThat) |
double |
getScore() |
Location |
getTarget() |
java.lang.String |
text() |
java.lang.String |
toString() |
above, above, below, below, click, click, create, create, create, create, doubleClick, doubleClick, drag, dragDrop, dragDrop, dropAt, dropAt, exists, exists, find, findAll, findAllNow, findNow, getAutoWaitTimeout, getBottomLeft, getBottomRight, getCenter, getEventManager, getFindFailedResponse, getH, getLastMatch, getLastMatches, getLocationFromPSRML, getRect, getRegionFromPSRM, getROI, getScreen, getThrowException, getTopLeft, getTopRight, getW, getX, getY, highlight, highlight, highlight, hover, init, inside, keyDown, keyDown, keyUp, keyUp, keyUp, left, left, listText, morphTo, mouseDown, mouseMove, mouseUp, mouseUp, moveTo, nearby, nearby, observe, observe, observeInBackground, offset, onAppear, onChange, onChange, onVanish, paste, paste, right, right, rightClick, rightClick, setAutoWaitTimeout, setFindFailedResponse, setH, setRect, setRect, setRect, setROI, setROI, setROI, setThrowException, setW, setX, setY, stopObserver, toJythonRegion, type, type, type, type, updateSelf, wait, wait, wait, waitAll, waitVanish, waitVanish, wheel, wheel
public Match(int _x, int _y, int _w, int _h, double _score, IScreen _parent)
public Match(int _x, int _y, int _w, int _h, double _score, IScreen _parent, java.lang.String text)
public Match(FindResult f, IScreen _parent)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public boolean equals(java.lang.Object oThat)
equals
in class java.lang.Object
public double getScore()
public Location getTarget()