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.
|
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.display.inspector | |
org.micromanager.display.overlay | |
org.micromanager.quickaccess |
This package contains classes related to Micro-Manager's Quick-Access
Window, which provides easy access to certain user-selected controls.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AutofocusPlugin
This interface is used for a java-based autofocus plugin.
|
interface |
IntroPlugin
IntroPlugins are used to customize the intro dialog that prompts the user
for which config file and profile to use.
|
interface |
MenuPlugin
A MenuPlugin is a plugin that should appear under the "Plugins" menu.
|
interface |
MMPlugin
This interface is the base interface for all Micro-Manager plugins.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessorPlugin
A ProcessorPlugin is the "root" class for creating Processors, which
are used to modify images as they are collected by Micro-Manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DisplayGearMenuPlugin
DisplayGearMenuPlugins add items to be shown in the "gear menu" shown in
each DisplayWindow.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InspectorPanelPlugin
A plugin providing a panel in the Inspector window.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OverlayPlugin
A plugin providing overlays.
|
Modifier and Type | Class and Description |
---|---|
class |
QuickAccessPlugin
QuickAccessPlugins are used for controls that can show up in the Quick-
Access Window, which shows frequently-used controls.
|
class |
SimpleButtonPlugin
This plugin type is used for buttons that can be embedded in the
Quick-Access Window.
|
class |
ToggleButtonPlugin
This plugin type is used for buttons that can be embedded in the
Quick-Access Window.
|
class |
WidgetPlugin
This plugin allows arbitrary controls ("widgets") to be included in the
Quick-Access Window.
|