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