Package gov.nih.mipav.plugins
Interface PlugInAlgorithm
- All Superinterfaces:
PlugIn
This is the MIPAV plugin interface for Algorithms. New algorithms are added by implementing the run method of this
interfae in a class.
- Author:
- mccreedy
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(Frame parentFrame, ModelImage image) Run the plugin algorithm.
-
Field Details
-
CATEGORY
-
-
Method Details
-
run
Run the plugin algorithm.- Parameters:
parentFrame- frame that displays the MIPAV image. Can be used as a parent frame when building dialogs.image- model of the MIPAV image.- See Also:
-