Class PathMatcherCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.CommonDynamicCmd
sc.fiji.snt.plugin.PathMatcherCmd
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.Contextual, org.scijava.module.Module, org.scijava.module.MutableModule, org.scijava.plugin.SciJavaPlugin

public class PathMatcherCmd extends CommonDynamicCmd
Command for matching Paths across time-points (time-lapse analysis).
Author:
Tiago Ferreira
  • Field Details

  • Constructor Details

    • PathMatcherCmd

      public PathMatcherCmd()
  • Method Details

    • cancel

      public void cancel()
      Specified by:
      cancel in interface org.scijava.module.Module
      Overrides:
      cancel in class CommonDynamicCmd
    • run

      public void run()
      Specified by:
      run in interface org.scijava.module.MutableModule
      Specified by:
      run in interface Runnable
      Overrides:
      run in class CommonDynamicCmd
    • main

      public static void main(String[] args)