public abstract class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Mask> |
masks
The masks.
|
protected Perception |
perception
The perception.
|
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Mask> |
getIgnoreBitmapMasks()
Gets the list of ignore bitmap masks.
|
List<Mask> |
getMasks()
Gets the list of all masks.
|
Perception |
getPerception()
Gets the perception settings.
|
Collection<Mask> |
getSelectiveAlphaMasks()
Gets the list of selective alpha masks.
|
void |
setPerception(Perception value)
Sets the perception settings.
|
protected Perception perception
@Nullify(value=VisualSuiteResult.class) public Perception getPerception()
public void setPerception(Perception value)
value - of the new perception settings@Nullify(value=VisualSuiteResult.class) public List<Mask> getMasks()
public final Collection<Mask> getSelectiveAlphaMasks()
public final Collection<Mask> getIgnoreBitmapMasks()
Copyright © 2017 JBoss by Red Hat. All rights reserved.