public interface Studio
Modifier and Type | Method and Description |
---|---|
AcquisitionManager |
acquisitions()
Provide access to the AcquisitionManager, for running data acquisition
using the Micro-Manager acquisition engine.
|
Album |
album()
Provides access to and control of the contents of the Album, the
implicit, temporary image storage datastore.
|
AlertManager |
alerts()
Provide access to the AlertManager, for creating low-profile, non-
interrupting alerts in the user interface.
|
Application |
app()
Provides access to the application API for controlling and updating the
GUI.
|
CompatibilityInterface |
compat()
Provides access to the compatibility layer that exposes some old 1.4
API methods.
|
mmcorej.CMMCore |
core()
Provides access to the Core and its functionality.
|
DataManager |
data()
Provide access to the DataManager instance for accessing Micro-Manager
data constructs.
|
DisplayManager |
displays()
Provides access to the DisplayManager instance for accessing
Micro-Manager display constructs.
|
EventManager |
events()
Provides access to the EventManager instance for subscribing to and
posting events on the application-wide EventBus.
|
AcquisitionManager |
getAcquisitionManager()
Provide access to the AcquisitionManager, for running data acquisition
using the Micro-Manager acquisition engine.
|
Album |
getAlbum()
Provides access to and control of the contents of the Album, the
implicit, temporary image storage datastore.
|
AlertManager |
getAlertManager()
Provide access to the AlertManager, for creating low-profile, non-
interrupting alerts in the user interface.
|
Application |
getApplication()
Provides access to the application API for controlling and updating the
GUI.
|
AutofocusManager |
getAutofocusManager()
Provide access to the AutofocusManager, for performing autofocus
operations.
|
mmcorej.CMMCore |
getCMMCore()
Provides access to the Core and its functionality.
|
CompatibilityInterface |
getCompatibilityInterface()
Provides access to the compatibility layer that exposes some old 1.4
API methods.
|
DataManager |
getDataManager()
Provide access to the DataManager instance for accessing Micro-Manager
data constructs.
|
DisplayManager |
getDisplayManager()
Provides access to the DisplayManager instance for accessing
Micro-Manager display constructs.
|
EventManager |
getEventManager()
Provides access to the EventManager instance for subscribing to and
posting events on the application-wide EventBus.
|
LogManager |
getLogManager()
Provides access to Micro-Manager's logging functions, like logError(),
showMessage(), etc.
|
PluginManager |
getPluginManager()
Provides access to the PluginManager for accessing plugin instances.
|
PositionListManager |
getPositionListManager()
Provides access to the PositionListManager for interacting with the
Stage Position List.
|
PropertyManager |
getPropertyManager()
Provides access to the PropertyManagerAPI.
|
QuickAccessManager |
getQuickAccessManager()
Provides access to the QuickAccessManager for accessing the Quick-Access
Panel system.
|
ScriptController |
getScriptController()
Provides access to some utility methods for use in the Beanshell
scripting panel.
|
ShutterManager |
getShutterManager()
Provides access to the ShutterManager for controlling the shutter state.
|
SnapLiveManager |
getSnapLiveManager()
Provides access to the Snap/Live display and associated logic.
|
UserProfile |
getUserProfile()
Provides access to the UserProfile instance for accessing per-user
profiles.
|
SnapLiveManager |
live()
Provides access to the Snap/Live display and associated logic.
|
LogManager |
logs()
Provides access to Micro-Manager's logging functions, like logError(),
showMessage(), etc.
|
PluginManager |
plugins()
Provides access to the PluginManager for accessing plugin instances.
|
PositionListManager |
positions()
Provides access to the PositionListManager for interacting with the
Stage Position List.
|
UserProfile |
profile()
Provides access to the UserProfile instance for accessing per-user
profiles.
|
PropertyManager |
properties()
Provides access to the PropertyManagerAPI.
|
QuickAccessManager |
quickAccess()
Provides access to the QuickAccessManager for accessing the Quick-Access
Panel system.
|
ScriptController |
scripter()
Provides access to some utility methods for use in the Beanshell
scripting panel.
|
ShutterManager |
shutter()
Provides access to the ShutterManager for controlling the shutter state.
|
Album album()
Album getAlbum()
CompatibilityInterface compat()
CompatibilityInterface getCompatibilityInterface()
LogManager logs()
LogManager getLogManager()
AcquisitionManager acquisitions()
AcquisitionManager getAcquisitionManager()
AlertManager alerts()
AlertManager getAlertManager()
AutofocusManager getAutofocusManager()
mmcorej.CMMCore core()
mmcorej.CMMCore getCMMCore()
DataManager data()
DataManager getDataManager()
DisplayManager displays()
DisplayManager getDisplayManager()
EventManager events()
EventManager getEventManager()
ScriptController scripter()
ScriptController getScriptController()
SnapLiveManager live()
SnapLiveManager getSnapLiveManager()
UserProfile profile()
UserProfile getUserProfile()
PluginManager plugins()
PluginManager getPluginManager()
PositionListManager positions()
PositionListManager getPositionListManager()
QuickAccessManager quickAccess()
QuickAccessManager getQuickAccessManager()
ShutterManager shutter()
ShutterManager getShutterManager()
Application app()
Application getApplication()
PropertyManager properties()
PropertyManager getPropertyManager()