public class ImageMatchSettings extends Object
| Constructor and Description |
|---|
ImageMatchSettings() |
| Modifier and Type | Method and Description |
|---|---|
Region[] |
getContent() |
FloatingMatchSettings[] |
getFloating() |
Region[] |
getIgnore() |
Boolean |
getIgnoreCaret() |
Region[] |
getLayout() |
MatchLevel |
getMatchLevel() |
Integer |
getRemainder() |
Integer |
getScale() |
Integer |
getSplitBottomHeight() |
Integer |
getSplitTopHeight() |
Region[] |
getStrict() |
void |
setContent(Region[] content) |
void |
setFloating(FloatingMatchSettings[] floating) |
void |
setIgnore(Region[] ignore) |
void |
setIgnoreCaret(Boolean ignoreCaret) |
void |
setLayout(Region[] layout) |
void |
setMatchLevel(MatchLevel matchLevel) |
void |
setRemainder(Integer remainder) |
void |
setScale(Integer scale) |
void |
setSplitBottomHeight(Integer splitBottomHeight) |
void |
setSplitTopHeight(Integer splitTopHeight) |
void |
setStrict(Region[] strict) |
public MatchLevel getMatchLevel()
public void setMatchLevel(MatchLevel matchLevel)
public Region[] getIgnore()
public void setIgnore(Region[] ignore)
public Region[] getStrict()
public void setStrict(Region[] strict)
public Region[] getContent()
public void setContent(Region[] content)
public Region[] getLayout()
public void setLayout(Region[] layout)
public FloatingMatchSettings[] getFloating()
public void setFloating(FloatingMatchSettings[] floating)
public Integer getSplitTopHeight()
public void setSplitTopHeight(Integer splitTopHeight)
public Integer getSplitBottomHeight()
public void setSplitBottomHeight(Integer splitBottomHeight)
public Boolean getIgnoreCaret()
public void setIgnoreCaret(Boolean ignoreCaret)
public Integer getScale()
public void setScale(Integer scale)
public Integer getRemainder()
public void setRemainder(Integer remainder)
Copyright © 2018. All rights reserved.