Package gov.nih.mipav.plugins
Interface PlugInAlgorithm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(java.awt.Frame parentFrame, ModelImage image)
Run the plugin algorithm.
-
-
-
Method Detail
-
run
void run(java.awt.Frame parentFrame, ModelImage image)
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:
ModelImage
,ViewJFrameImage
-
-