Package | Description |
---|---|
org.micromanager.acquisition |
This package contains classes for acquiring data and accessing Micro-
Manager's Acquisition Engine.
|
org.micromanager.data |
This package contains classes related to the storage and internal
representation of image data and metadata.
|
org.micromanager.display |
This package contains classes related to Micro-Manager's display windows,
which are used to show image data and metadata to the user.
|
org.micromanager.events |
This package contains events that can be subscribed to via the
EventManager.registerForEvents() method.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcquisitionEndedEvent
This event signifies that an acquisition has been ended.
|
interface |
AcquisitionSequenceStartedEvent
This variant of the AcquisitionStartedEvent is used for acquisitions that
can be described by a
SequenceSettings , it provides access to those
SequenceSettings . |
interface |
AcquisitionSettingsChangedEvent
The default implementation of this event posts on the Studio event bus,
so subscribe to this event using
EventManager . |
interface |
AcquisitionStartedEvent
This class signals that an acquisition is starting, and provides access to
the Datastore that images from the acquisition will be put into.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataProviderHasNewImageEvent
This class signifies that an image has been added to a DataProvider.
|
interface |
DataProviderHasNewNameEvent
This event posts when the DataStore gets a new name, i.e.
|
interface |
DataProviderHasNewSummaryMetadataEvent
This class signifies that new summary metadata has been set for a
DataProvider.
|
interface |
DatastoreClosingEvent
This class signifies that a Datastore's close() method has been called, and
thus that all resources associated with that Datastore, and references to
the Datastore, should be removed so that it can be garbage collected.
|
interface |
DatastoreFrozenEvent
This class signifies that a Datastore has become frozen and can no longer
be written to (but read actions may still occur).
|
interface |
ImageDeletedEvent
This class signifies that an image has been deleted in the Datastore.
|
interface |
ImageOverwrittenEvent
This class signifies that an image has been overwritten in the Datastore.
|
interface |
NewPipelineEvent
This class signifies that the configuration of the application pipeline
has changed, giving entities that use that pipeline an opportunity to make
a new copy of it (by invoking DataManager.copyApplicationPipeline()).
|
Modifier and Type | Interface and Description |
---|---|
interface |
DisplayDidShowImageEvent
This event posts when a DataViewer displays an image(s).
|
interface |
DisplayPositionChangedEvent
This event posts when the position (i.e., Channel, Time, Position, Slice,
possibly other Axes) in the display changed.
|
interface |
DisplaySettingsChangedEvent
Event used internally by a data viewer to respond to requests to update
the display settings.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationSkinEvent
This event is posted when the ApplicationSkin is set via
ApplicationSkin.setSkin(org.micromanager.ApplicationSkin.SkinMode) . |
interface |
AutoShutterEvent
This event is posted when autoshutter is enabled or disabled.
|
interface |
ChannelExposureEvent
This class signals when the exposure time for one of the channels of the
current channel group has been changed.
|
interface |
ChannelGroupChangedEvent
Event signaling that the "Channel Group" changed.
|
interface |
ConfigGroupChangedEvent
Event signaling that the "active" preset in a config group changed.
|
interface |
ExposureChangedEvent
This class signals when the exposure time for a given camera has changed.
|
interface |
GUIRefreshEvent
This event posts whenever the GUI refreshes its state from the Core
(e.g.
|
interface |
PixelSizeAffineChangedEvent
This event posts when the affine transform, describing the relation between
stage movement and camera coordinates, changes.
|
interface |
PixelSizeChangedEvent
This event posts when the pixel size, the size of a camera pixel in the object
plane, changes.
|
interface |
PropertiesChangedEvent
This class signals when any property of the microscope has changed.
|
interface |
PropertyChangedEvent
This class provides information when a specific property changes.
|
interface |
ShutdownCommencingEvent
This event posts when the user requests the program to shut down.
|
interface |
ShutterEvent
This event posts when the shutter opens or closes.
|
interface |
SLMExposureChangedEvent
This interface posts when the exposure time for a given Spatial Light Modulator
(such as a Digital Mirror Device) changes.
|
interface |
StagePositionChangedEvent
This class signals when a single-axis drive has moved.
|
interface |
StartupCompleteEvent
This event signifies that the system finished starting up.
|
interface |
SystemConfigurationLoadedEvent
This interface signals when a configuration file is loaded.
|
interface |
XYStagePositionChangedEvent
This class signals when any XY stage changes position.
|