Class GraphGeneratorCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.CommonDynamicCmd
sc.fiji.snt.gui.cmds.GraphGeneratorCmd
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 GraphGeneratorCmd extends CommonDynamicCmd
Command for displaying the contents of Path Manager in the "SNT Graph Viewer"
Author:
Tiago Ferreira
  • Constructor Details

    • GraphGeneratorCmd

      public GraphGeneratorCmd()
  • Method Details

    • init

      protected void init()
    • 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)