Package | Description |
---|---|
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.overlay |
Modifier and Type | Method and Description |
---|---|
java.util.List<Overlay> |
DisplayWindow.getOverlays()
Get the overlays attached to this display.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayWindow.addOverlay(Overlay overlay)
Add a graphical overlay.
|
void |
DisplayWindow.removeOverlay(Overlay overlay)
Remove a graphical overlay.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOverlay
Abstract implementation of
Overlay . |
Modifier and Type | Method and Description |
---|---|
Overlay |
OverlayPlugin.createOverlay() |
Modifier and Type | Method and Description |
---|---|
void |
OverlayListener.overlayConfigurationChanged(Overlay overlay)
Called by the overlay when a repaint is required.
|
void |
OverlayListener.overlayTitleChanged(Overlay overlay)
Called by the overlay when its title has changed.
|
void |
OverlayListener.overlayVisibleChanged(Overlay overlay)
Called by the overlay when it is shown or hidden.
|