Package | Description |
---|---|
loci.deepzoom.workflow | |
loci.deepzoom.workflow.plugin |
Modifier and Type | Method and Description |
---|---|
void |
WorkFlow.input(ItemWrapper image) |
void |
PluginModule.input(ItemWrapper image)
Furnish input image.
|
void |
IModule.input(ItemWrapper image)
Furnish default input image
|
void |
WorkFlow.input(ItemWrapper image,
String name) |
void |
PluginModule.input(ItemWrapper image,
String name)
Furnish input image
|
void |
IModule.input(ItemWrapper image,
String name)
Furnish named input image
|
void |
IOutputListener.outputImage(String name,
ItemWrapper image)
Tells listener that an output image is ready.
|
Modifier and Type | Method and Description |
---|---|
ItemWrapper |
IPlugin.get()
Gets the default input image from previous in chain.
|
ItemWrapper |
AbstractPlugin.get()
Gets the default input image from previous in chain.
|
ItemWrapper |
PluginScheduler.get(String fullInName)
Gets image for fully-qualified name.
|
ItemWrapper |
IPlugin.get(String inName)
Gets a named input image from previous in chain.
|
ItemWrapper |
AbstractPlugin.get(String inName)
Gets a named input image from previous in chain.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginLauncher.externalPut(String name,
ItemWrapper image)
Initiates a plugin chain by feeding a named image to this launcher's
plugin.
|
void |
IPluginLauncher.externalPut(String name,
ItemWrapper image)
Used to initiate a plugin chain.
|
void |
IPlugin.put(ItemWrapper image)
Puts the default output image to next in chain (if any).
|
void |
AbstractPlugin.put(ItemWrapper image)
Puts the default output image to next in chain (if any).
|
void |
PluginScheduler.put(String fullInName,
ItemWrapper image)
Passes image to fully-qualified name.
|
void |
IPlugin.put(String outName,
ItemWrapper image)
Puts named output image to next in chain (if any).
|
void |
AbstractPlugin.put(String outName,
ItemWrapper image)
Puts named output image to next in chain (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginInternal.start(Map<String,ItemWrapper> inputImages,
Map<String,String> outputNames)
Starts up processing.
|
void |
AbstractPlugin.start(Map<String,ItemWrapper> inputImages,
Map<String,String> outputNames)
Starts up processing.
|
Constructor and Description |
---|
ItemWrapper(ItemWrapper other)
Creates an ItemWrapper based on another ItemWrapper.
|
Copyright © 2015–2022 SciJava. All rights reserved.