Class TimeProfiler

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
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 TimeProfiler extends PathProfiler
Command for generating kymograph-style intensity profiles across time.
Author:
Tiago Ferreira
See Also:
  • Constructor Details

    • TimeProfiler

      public TimeProfiler()
  • Method Details

    • init

      protected void init()
      Overrides:
      init in class PathProfiler
    • run

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