public class ProcessingPreferences extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingPreferences.ProcessingType
Class indicating the type of processing.
|
| Constructor and Description |
|---|
ProcessingPreferences()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getnThreads()
Returns the number or threads to use.
|
ProcessingPreferences.ProcessingType |
getProcessingType()
Returns the processing type.
|
void |
setnThreads(int nThreads)
Sets the number or threads to use.
|
void |
setProcessingType(ProcessingPreferences.ProcessingType processingType)
Sets the processing type.
|
public int getnThreads()
public void setnThreads(int nThreads)
nThreads - the number or threads to usepublic ProcessingPreferences.ProcessingType getProcessingType()
public void setProcessingType(ProcessingPreferences.ProcessingType processingType)
processingType - the processing typeCopyright © 2016. All rights reserved.