Interface ModuleWrapperIJ

All Known Implementing Classes:
IJGenericDialogTest, JepRunSimpleScript, ModuleWrapperIJObject, ModuleWrapperIJSingleSrc, PCalAdd, PCalDivide, PCalDoubleSrcOperator, PCalMultiply, PCalOffset, PCalPow, PCalScale, PCalSingleSrcOperator, PCalSubtract, ScipyButterworthFilter, ScipyFunction, ScipyNdimageGaussianFilter1D, ScipyNdimageMedianFilter, ScipyNdimagePercentileFilter, ScipySignalButter, UtilsArrayMovingAvg, UtilsCropArrayIdx, UtilsPadArray, UtilsPadArrayCircular, UtilsPadArrayConst, UtilsPadArrayReplicate, UtilsPadArraySymmetric

public interface ModuleWrapperIJ
Interface defines functions required to be implemented for Profile Tools modules
Version:
0.0
Author:
jian zhong
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    runGUI() defines processing pipeline when Profile Tools runs in GUI mode
    void
    runMarco() defines processing pipeline when Profile Tools runs in macro mode
  • Method Details

    • runGUI

      void runGUI(String cmd)
      runGUI() defines processing pipeline when Profile Tools runs in GUI mode
      Parameters:
      cmd - input command strings from GUI plug in configure calls
    • runMacro

      void runMacro(String cmd)
      runMarco() defines processing pipeline when Profile Tools runs in macro mode
      Parameters:
      cmd - input command strings from GUI plug in configure calls