| Package | Description | 
|---|---|
| org.micromanager | 
 MMStudio application and Java API 
 | 
| 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 | 
|---|---|
java.util.HashMap<java.lang.String,ProcessorPlugin> | 
PluginManager.getProcessorPlugins()
Return a HashMap that maps plugin class names to ProcessorPlugin
 instances. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataManager.addAndConfigureProcessor(ProcessorPlugin plugin)
Add a new instance of the given ProcessorPlugin to the current
 application image processing pipeline. 
 | 
void | 
DataManager.addConfiguredProcessor(ProcessorConfigurator config,
                      ProcessorPlugin plugin)
Add the provide ProcessorConfigurator onto the end of the application
 image processing pipeline. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataManager.setApplicationPipeline(java.util.List<ProcessorPlugin> plugins)
Set the current application pipeline to be the provided list of
 ProcessorPlugins. 
 |