Package | Description |
---|---|
loci.deepzoom.workflow | |
loci.deepzoom.workflow.plugin |
Modifier and Type | Method and Description |
---|---|
IPluginLauncher |
WorkFlow.getLauncher()
Gets launcher.
|
IPluginLauncher |
PluginModule.getLauncher() |
IPluginLauncher |
IModule.getLauncher()
Gets associated launcher
|
Modifier and Type | Class and Description |
---|---|
class |
PluginLauncher
The PluginLauncher talks to the PluginScheduler and launches new instances of
the plugin as needed.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginScheduler.chain(IPluginLauncher out,
String outName,
IPluginLauncher in,
String inName)
Chains the named image from one plugin to another.
|
void |
PluginLauncher.chainNext(String outName,
IPluginLauncher next,
String inName)
Chains this launcher to next one.
|
void |
IPluginLauncher.chainNext(String outName,
IPluginLauncher next,
String inName)
Chains this plugin to the next one.
|
void |
PluginLauncher.chainPrevious(String inName,
IPluginLauncher previous,
String outName)
Chains this launcher to previous one.
|
void |
IPluginLauncher.chainPrevious(String inName,
IPluginLauncher previous,
String outName)
Chains this plugin to the previous one.
|
Copyright © 2015–2022 SciJava. All rights reserved.