public class ImageMatchSettings extends Object
| Constructor and Description |
|---|
ImageMatchSettings()
|
ImageMatchSettings(MatchLevel matchLevel,
ExactMatchSettings exact) |
| Modifier and Type | Method and Description |
|---|---|
ExactMatchSettings |
getExact() |
FloatingMatchSettings[] |
getFloatingRegions()
Returns an array of floating regions.
|
Boolean |
getIgnoreCaret() |
Region[] |
getIgnoreRegions()
Returns the array of regions to ignore.
|
MatchLevel |
getMatchLevel() |
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 |
setMatchLevel(MatchLevel matchLevel) |
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 Region[] getIgnoreRegions()
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 © 2017. All rights reserved.