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.
- Author:
- Pete Bankhead
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SingleMeasurementClassificationCommand
public SingleMeasurementClassificationCommand(QuPathGUI qupath)
Constructor.
- Parameters:
qupath
-
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable