public static class MatchWindowData.Options extends Object
| Constructor and Description |
|---|
Options(String name,
Trigger[] userInputs,
boolean ignoreMismatch,
boolean ignoreMatch,
boolean forceMismatch,
boolean forceMatch,
ImageMatchSettings imageMatchSettings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceMatch() |
boolean |
getForceMismatch() |
boolean |
getIgnoreMatch() |
boolean |
getIgnoreMismatch() |
ImageMatchSettings |
getImageMatchSettings() |
String |
getName() |
Trigger[] |
getUserInputs() |
public Options(String name, Trigger[] userInputs, boolean ignoreMismatch, boolean ignoreMatch, boolean forceMismatch, boolean forceMatch, ImageMatchSettings imageMatchSettings)
name - The tag of the window to be matched.userInputs - A list of triggers between the previous matchWindow
call and the current matchWindow call. Can be array
of size 0, but MUST NOT be null.ignoreMismatch - Tells the server whether or not to store
a mismatch for the current window as window in
the session.ignoreMatch - Tells the server whether or not to store
a match for the current window as window in
the session.forceMismatch - Forces the server to skip the comparison
process and mark the current window
as a mismatch.forceMatch - Forces the server to skip the comparison
process and mark the current window
as a match.public String getName()
public Trigger[] getUserInputs()
public boolean getIgnoreMismatch()
public boolean getIgnoreMatch()
public boolean getForceMismatch()
public boolean getForceMatch()
public ImageMatchSettings getImageMatchSettings()
Copyright © 2018. All rights reserved.