Module ij
Package ij.plugin

Interface PlugIn

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void run​(java.lang.String arg)
      This method is called when the plugin is loaded.
    • Method Detail

      • run

        void run​(java.lang.String arg)
        This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.