- All Implemented Interfaces:
Runnable
public class ViewTrackerControlPane
extends Object
implements Runnable
Panel for viewing ViewTracker controls.
This add buttons to start/stop recording and playback and view/export recorded data.
- Author:
- Pete Bankhead, Melvin Gelbard
-
Constructor Summary
Constructors
Create a ViewTrackerControlPane.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ViewTrackerControlPane
public ViewTrackerControlPane(QuPathGUI qupath)
Create a ViewTrackerControlPane.
- Parameters:
qupath
-
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable