| 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 | 
|---|---|
ProcessorFactory | 
ProcessorPlugin.createFactory(PropertyMap settings)
Generate a ProcessorFactory that can be used to generate Processor
 instances. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Pipeline | 
DataManager.createPipeline(java.util.List<ProcessorFactory> factories,
              Datastore store,
              boolean isSynchronous)
Create a new Pipeline using the provided list of ProcessorFactories. 
 |