Package qupath.lib.common
Class Prefs
java.lang.Object
qupath.lib.common.Prefs
Core QuPath preferences. Currently these are not persistent, but this behavior may change in the future.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intGet the requested number of threads to use for parallelization.static voidsetNumThreads(int n) Set the requested number of threads.
- 
Constructor Details- 
Prefspublic Prefs()
 
- 
- 
Method Details- 
getNumThreadspublic static int getNumThreads()Get the requested number of threads to use for parallelization.- Returns:
 
- 
setNumThreadspublic static void setNumThreads(int n) Set the requested number of threads. This will be clipped to be at least 1.- Parameters:
- n-
 
 
-