Package gov.nih.mipav.plugins
Interface PlugInGeneric
- All Superinterfaces:
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 -
Method Summary
-
Field Details
-
CATEGORY
-
-
Method Details
-
run
void run()The main method used to start the generic plugin.
-