public interface IPluginLauncher
Modifier and Type | Method and Description |
---|---|
void |
associate(String outName,
String fullInName)
Used for plugin chaining.
|
void |
chainNext(String outName,
IPluginLauncher next,
String inName)
Chains this plugin to the next one.
|
void |
chainPrevious(String inName,
IPluginLauncher previous,
String outName)
Chains this plugin to the previous one.
|
void |
externalPut(String name,
ImageWrapper image)
Used to initiate a plugin chain.
|
void |
quit()
Used to shut down processing.
|
String |
uniqueName(String name)
Given a name, makes it unique for this plugin launcher instance.
|
void chainNext(String outName, IPluginLauncher next, String inName)
outName
- output name for this pluginnext
- next plugininName
- input name for next pluginvoid chainPrevious(String inName, IPluginLauncher previous, String outName)
inName
- input name for this pluginprevious
- previous pluginoutName
- output namem for previous pluginvoid externalPut(String name, ImageWrapper image)
name
- image
- String uniqueName(String name)
name
- void associate(String outName, String fullInName)
outName
- fullInName
- void quit()
Copyright © 2015–2022 SciJava. All rights reserved.