Package | Description |
---|---|
org.micromanager |
MMStudio application and Java API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DisplayWindow |
SnapLiveManager.getDisplay()
Return the DisplayWindow used for snap/live mode.
|
Modifier and Type | Method and Description |
---|---|
DisplayWindow |
DisplayManager.createDisplay(DataProvider dataProvider)
Create a new DisplayWindow for the specified DataProvider and return it.
|
DisplayWindow |
DisplayManager.createDisplay(DataProvider dataProvider,
DisplayWindowControlsFactory factory)
Create a new DisplayWindow for the specified DataProvider and return it.
|
DisplayWindow |
DisplayWindow.duplicate()
Create a new display window for the same data provider as this one.
|
DisplayWindow |
DisplayManager.getCurrentWindow()
Deprecated.
Use
getActiveDataViewer() instead |
Modifier and Type | Method and Description |
---|---|
java.util.List<DisplayWindow> |
DisplayManager.getAllImageWindows()
Return all active DisplayWindows.
|
java.util.List<DisplayWindow> |
DisplayManager.getDisplays(DataProvider dataProvider)
Return all associated DisplayWindows for the DataProvider.
|
java.util.List<DisplayWindow> |
DisplayManager.getDisplays(Datastore store)
Deprecated.
replaced by
DisplayManager.getDisplays(DataProvider) |
java.util.List<DisplayWindow> |
DisplayManager.loadDisplays(Datastore store)
Load saved DisplayWindows for the given Datastore, which is assumed to
represent data that is saved on disk.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.awt.Component> |
DisplayWindowControlsFactory.makeControls(DisplayWindow display) |
void |
DisplayGearMenuPlugin.onPluginSelected(DisplayWindow display)
This method will be called when the plugin is selected from the
gear menu.
|
boolean |
DisplayManager.promptToSave(Datastore store,
DisplayWindow display)
Display a prompt for the user to save their data.
|
void |
ImageExporter.setDisplay(DisplayWindow display)
Set the display to use for image exporting.
|