java.lang.Object
qupath.process.gui.commands.SingleMeasurementClassificationCommand
 
- All Implemented Interfaces:
- Runnable
public class SingleMeasurementClassificationCommand
extends Object
implements Runnable 
Command to (sub)classify objects based on a single measurement.
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
SingleMeasurementClassificationCommandpublic SingleMeasurementClassificationCommand(QuPathGUI qupath) Constructor. 
- Parameters:
- qupath-
 
 
- 
Method Details
- 
runpublic void run() 
- Specified by:
- runin interface- Runnable