public class Pattern extends ImageSource
| Modifier and Type | Field and Description |
|---|---|
protected ComparisonResult |
comparisonResult
The comparison result.
|
protected String |
name
The name.
|
sourceany| Constructor and Description |
|---|
Pattern() |
| Modifier and Type | Method and Description |
|---|---|
ComparisonResult |
getComparisonResult()
Gets the comparison result.
|
ResultConclusion |
getConclusion()
Gets the conclusion.
|
String |
getName()
Gets the name.
|
String |
getOutput()
Gets the output.
|
BufferedImage |
retrieve()
Retrieve the image from defined source.
|
void |
setComparisonResult(ComparisonResult comparisonResult)
Sets the comparison result.
|
void |
setConclusion(ResultConclusion conclusion)
Sets the conclusion.
|
void |
setName(String value)
Sets the name.
|
void |
setOutput(String output)
Sets the output.
|
get, getSource, run, setSourcegetAny, getProperty, getProperty, getProperty, include, setProperty, sizeprotected String name
protected ComparisonResult comparisonResult
public String getName()
public void setName(String value)
value - the new namepublic ComparisonResult getComparisonResult()
public void setComparisonResult(ComparisonResult comparisonResult)
comparisonResult - the new comparison resultpublic ResultConclusion getConclusion()
public void setConclusion(ResultConclusion conclusion)
conclusion - the new conclusionpublic String getOutput()
public void setOutput(String output)
output - the new outputpublic BufferedImage retrieve() throws Exception
ImageSourceretrieve in class ImageSourceException - the exceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.