Package qupath.process.gui.commands.ui
Class LoadResourceCommand<S>
java.lang.Object
qupath.process.gui.commands.ui.LoadResourceCommand<S>
- Type Parameters:
- S-
- All Implemented Interfaces:
- Runnable
Create commands for displaying pixel classifiers and density maps.
- 
Method SummaryModifier and TypeMethodDescriptioncreateLoadDensityMapCommand(QuPathGUI qupath) Create aRunnableto interactively load a density map and display it in all viewers.static LoadResourceCommand<PixelClassifier> Create aRunnableto interactively load a pixel classifier and display it in all viewers.voidrun()
- 
Method Details- 
createLoadPixelClassifierCommandpublic static LoadResourceCommand<PixelClassifier> createLoadPixelClassifierCommand(QuPathGUI qupath) Create aRunnableto interactively load a pixel classifier and display it in all viewers.- Parameters:
- qupath-
- Returns:
 
- 
createLoadDensityMapCommandpublic static LoadResourceCommand<DensityMaps.DensityMapBuilder> createLoadDensityMapCommand(QuPathGUI qupath) Create aRunnableto interactively load a density map and display it in all viewers.- Parameters:
- qupath-
- Returns:
 
- 
runpublic void run()
 
-