public class ImageMatchSettings extends Object
| Constructor and Description |
|---|
ImageMatchSettings()
|
ImageMatchSettings(MatchLevel matchLevel,
ExactMatchSettings exact) |
| Modifier and Type | Method and Description |
|---|---|
Region[] |
getContentRegions()
Returns the array of regions to check using the Content method.
|
ExactMatchSettings |
getExact() |
FloatingMatchSettings[] |
getFloatingRegions()
Returns an array of floating regions.
|
Boolean |
getIgnoreCaret() |
Region[] |
getIgnoreRegions()
Returns the array of regions to ignore.
|
Region[] |
getLayoutRegions()
Returns the array of regions to check using the Layout method.
|
MatchLevel |
getMatchLevel() |
Region[] |
getStrictRegions()
Returns the array of regions to check using the Strict method.
|
void |
setContentRegions(Region[] contentRegions)
Sets an array of regions to check using the Content method.
|
void |
setExact(ExactMatchSettings exact) |
void |
setFloatingRegions(FloatingMatchSettings[] floatingRegions)
Sets an array of floating regions.
|
void |
setIgnoreCaret(Boolean ignoreCaret) |
void |
setIgnoreRegions(Region[] ignoreRegions)
Sets an array of regions to ignore.
|
void |
setLayoutRegions(Region[] layoutRegions)
Sets an array of regions to check using the Layout method.
|
void |
setMatchLevel(MatchLevel matchLevel) |
void |
setStrictRegions(Region[] strictRegions)
Sets an array of regions to check using the Strict method.
|
String |
toString() |
public ImageMatchSettings(MatchLevel matchLevel, ExactMatchSettings exact)
public ImageMatchSettings()
ImageMatchSettings(MatchLevel, ExactMatchSettings).
matchLevel defaults to STRICT,
exact defaults to null.public MatchLevel getMatchLevel()
public void setMatchLevel(MatchLevel matchLevel)
matchLevel - The "strictness" level of the match.public ExactMatchSettings getExact()
public void setExact(ExactMatchSettings exact)
exact - The parameters for the "exact" match settings.public Boolean getIgnoreCaret()
public void setIgnoreRegions(Region[] ignoreRegions)
ignoreRegions - The array of regions to ignore.public void setLayoutRegions(Region[] layoutRegions)
layoutRegions - The array of regions to ignore.public void setStrictRegions(Region[] strictRegions)
strictRegions - The array of regions to ignore.public void setContentRegions(Region[] contentRegions)
contentRegions - The array of regions to ignore.public Region[] getIgnoreRegions()
public Region[] getStrictRegions()
public Region[] getLayoutRegions()
public Region[] getContentRegions()
public void setFloatingRegions(FloatingMatchSettings[] floatingRegions)
floatingRegions - The array of floating regions.public FloatingMatchSettings[] getFloatingRegions()
public void setIgnoreCaret(Boolean ignoreCaret)
ignoreCaret - The parameters for the "ignoreCaret" match settings.Copyright © 2018. All rights reserved.