public interface MangoPlugin extends MangoPluginType
| Modifier and Type | Method and Description |
|---|---|
void |
doOperation(MangoContext mango,
VolumeManager viewer)
This is the method which Mango executes when a plugin is selected.
|
void |
doOperation(MangoData data,
ViewerController controller)
Deprecated.
|
getMinimumVersionSupported, getPluginName, getPluginURL, getVersion, hasNewerVersionvoid doOperation(MangoContext mango, VolumeManager viewer)
mango - the applicationviewer - the viewer@Deprecated void doOperation(MangoData data, ViewerController controller)
data - a MangoData provided to the plugin (contains image and ROI data)controller - a ViewerController provided to the plugin (provides access to viewer and toolbox methods and settings)