public class BlobPlugin
extends plugins.adufour.ezplug.EzPlug
implements plugins.adufour.blocks.lang.Block, plugins.adufour.ezplug.EzStoppable
| Constructor and Description |
|---|
BlobPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
declareInput(plugins.adufour.blocks.util.VarList inputMap) |
void |
declareOutput(plugins.adufour.blocks.util.VarList outputMap) |
void |
stopExecution() |
void |
valueChanged(plugins.adufour.vars.lang.Var<?> source) |
compute, createUI, generateEzPlugCodeFragment, getName, getNbInstances, getStartTime, getUI, hideUI, isHeadLess, loadParameters, run, saveParameters, setTimeDisplay, showUIaddIcyFrame, addSequence, getActiveImage, getActiveSequence, getActiveViewer, getDescriptor, getFocusedImage, getFocusedSequence, getFocusedViewer, getIconResource, getImageResource, getPlugin, getPreferences, getPreferencesRoot, getResource, getResourceAsStream, getResources, getSequences, loadLibrary, removeSequence, reportpublic void clean()
clean in class plugins.adufour.ezplug.EzPlugpublic void declareInput(plugins.adufour.blocks.util.VarList inputMap)
declareInput in interface plugins.adufour.blocks.lang.Blockpublic void declareOutput(plugins.adufour.blocks.util.VarList outputMap)
declareOutput in interface plugins.adufour.blocks.lang.Blockpublic void valueChanged(plugins.adufour.vars.lang.Var<?> source)
public void stopExecution()
stopExecution in interface plugins.adufour.ezplug.EzStoppable