Interface PlugInGeneric

  • All Superinterfaces:
    PlugIn

    public interface PlugInGeneric
    extends PlugIn
    An interface for generic MIPAV Plug-Ins which don't require an open image and can be run from the ViewUserInterface menu.
    Author:
    mccreedy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] CATEGORY  
    • Field Detail

      • CATEGORY

        static final java.lang.String[] CATEGORY
    • Method Detail

      • run

        void run()
        The main method used to start the generic plugin.