- 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.
- 
Constructor SummaryConstructors 
Create a ViewTrackerControlPane. 
 
 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
ViewTrackerControlPanepublic ViewTrackerControlPane(QuPathGUI qupath) Create a ViewTrackerControlPane. 
- Parameters:
- qupath-
 
 
- 
Method Details
- 
runpublic void run() 
- Specified by:
- runin interface- Runnable