| Interface | Description |
|---|---|
| Autofocus | |
| IAcquisitionEngine2010 |
This interface is implemented by AcquisitionEngine2010 (generated by
the clojure code in micromanager/acqEngine).
|
| ImageCache |
An interface, implemented by MMImageCache.
|
| ImageCacheListener |
This interface provides a way to register callbacks to monitor the
state of an ImageCache.
|
| MMBasePlugin |
In practice no user code should directly implement this interface; instead
they should implement MMPlugin or MMProcessorPlugin.
|
| MMListenerInterface | |
| MMPlugin |
Implement this interface to create Micro-Manager plugins.
|
| MMProcessorPlugin |
Implement this interface to create Micro-Manager DataProcessor plugins.
|
| ScriptInterface |
Interface to execute commands in the main panel.
|
| TaggedImageStorage |
This interface is implemented by TaggedImageStorage classes.
|
| Class | Description |
|---|---|
| DataProcessor<E> |
A DataProcessor thread allows for on-the-fly modification of image
data during acquisition.
|
| MMTags |
The list of tags used by the Micro-manager
|
| MMWindow | |
| MultiStagePosition | |
| PositionList |
Navigation list of positions for the XYStage.
|
| SequenceSettings | |
| StagePosition | |
| TaggedImageAnalyzer |
This class is used to analyze (but not modify images).
|