Package | Description |
---|---|
org.micromanager.data |
This package contains classes related to the storage and internal
representation of image data and metadata.
|
Modifier and Type | Method and Description |
---|---|
ProcessorConfigurator |
ProcessorPlugin.createConfigurator(PropertyMap settings)
Generate any GUI needed to configure the plugin, using the provided settings to
initialize the GUI.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ProcessorConfigurator> |
DataManager.getApplicationPipelineConfigurators(boolean includeDisabled)
Return a list of the ProcessorConfigurators currently being used by the
application pipeline interface.
|
java.util.List<ProcessorConfigurator> |
DataManager.getLivePipelineConfigurators(boolean includeDisabled)
Return a list of the ProcessorConfigurators currently being used by the
live pipeline interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DataManager.addConfiguredProcessor(ProcessorConfigurator config,
ProcessorPlugin plugin)
Add the provide ProcessorConfigurator onto the end of the application
image processing pipeline.
|