- All Implemented Interfaces:
Runnable
A command to run a tour of the QuPath user interface.
This is intended to help new users understand what is going on quickly.
-
Constructor Summary
Constructors
-
Method Summary
Get the title to display for the QuPath tour.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GuiTourCommand
public GuiTourCommand(qupath.lib.gui.QuPathGUI qupath)
-
Method Details
-
getTitle
Get the title to display for the QuPath tour.
- Returns:
-
run
public void run()
- Specified by:
run in interface Runnable