public class SearchOptions extends SearchCriteriaOptions
Constructor | Description |
---|---|
SearchOptions() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
SearchOptions |
fileInfo(FileInfo fileInfo) |
|
FileInfo |
getFileInfo() |
Gets or sets the file information.
|
ObjectsToSearch |
getObjectsToSearch() |
Gets or sets the objects to search.
|
String |
getOutputFolder() |
Gets or sets the output folder.
|
Boolean |
getSaveFoundImages() |
Gets or sets a value indicating whether found images should be saved.
|
int |
hashCode() |
|
SearchOptions |
objectsToSearch(ObjectsToSearch objectsToSearch) |
|
SearchOptions |
outputFolder(String outputFolder) |
|
SearchOptions |
saveFoundImages(Boolean saveFoundImages) |
|
void |
setFileInfo(FileInfo fileInfo) |
|
void |
setObjectsToSearch(ObjectsToSearch objectsToSearch) |
|
void |
setOutputFolder(String outputFolder) |
|
void |
setSaveFoundImages(Boolean saveFoundImages) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getImageSearchCriteria, getRotateAngleSearchCriteria, getSizeSearchCriteria, getTextFormattingSearchCriteria, getTextSearchCriteria, imageSearchCriteria, rotateAngleSearchCriteria, setImageSearchCriteria, setRotateAngleSearchCriteria, setSizeSearchCriteria, setTextFormattingSearchCriteria, setTextSearchCriteria, sizeSearchCriteria, textFormattingSearchCriteria, textSearchCriteria
public SearchOptions fileInfo(FileInfo fileInfo)
public FileInfo getFileInfo()
public void setFileInfo(FileInfo fileInfo)
public SearchOptions outputFolder(String outputFolder)
public String getOutputFolder()
public void setOutputFolder(String outputFolder)
public SearchOptions saveFoundImages(Boolean saveFoundImages)
public Boolean getSaveFoundImages()
public void setSaveFoundImages(Boolean saveFoundImages)
public SearchOptions objectsToSearch(ObjectsToSearch objectsToSearch)
public ObjectsToSearch getObjectsToSearch()
public void setObjectsToSearch(ObjectsToSearch objectsToSearch)
public boolean equals(Object o)
equals
in class SearchCriteriaOptions
public int hashCode()
hashCode
in class SearchCriteriaOptions
public String toString()
toString
in class SearchCriteriaOptions
Copyright © 2019. All rights reserved.