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 |
---|---|
DisplaySettings |
DisplaySettings.Builder.build() |
DisplaySettings |
DisplaySettings.DisplaySettingsBuilder.build()
Deprecated.
|
DisplaySettings |
DisplaySettingsChangedEvent.getDisplaySettings()
Get the new display settings.
|
DisplaySettings |
DataViewer.getDisplaySettings()
Get the current display settings.
|
DisplaySettings |
AbstractDataViewer.getDisplaySettings()
Implements
getDisplaySettings . |
DisplaySettings |
DisplaySettingsChangedEvent.getPreviousDisplaySettings()
Get the display settings before the change being handled.
|
DisplaySettings |
DisplayManager.getStandardDisplaySettings()
Retrieve a DisplaySettings holding the values the user has saved as their
default values.
|
protected abstract DisplaySettings |
AbstractDataViewer.handleDisplaySettings(DisplaySettings requestedSettings)
Arrange to apply new display settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataViewer.compareAndSetDisplaySettings(DisplaySettings originalSettings,
DisplaySettings newSettings)
Set the display settings only if the current settings match the expected
one.
|
boolean |
AbstractDataViewer.compareAndSetDisplaySettings(DisplaySettings oldSettings,
DisplaySettings newSettings)
Implements
compareAndSetDisplaySettings . |
protected abstract DisplaySettings |
AbstractDataViewer.handleDisplaySettings(DisplaySettings requestedSettings)
Arrange to apply new display settings.
|
void |
DataViewer.setDisplaySettings(DisplaySettings settings)
Set the display settings.
|
void |
AbstractDataViewer.setDisplaySettings(DisplaySettings settings)
Implements
setDisplaySettings . |
Constructor and Description |
---|
AbstractDataViewer(DisplaySettings initialDisplaySettings)
Construct the abstract viewer implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Overlay.paintOverlay(java.awt.Graphics2D graphicsContext,
java.awt.Rectangle screenRect,
DisplaySettings displaySettings,
java.util.List<Image> images,
Image primaryImage,
java.awt.geom.Rectangle2D.Float imageViewPort)
Paint the overlay to the given graphics context.
|
void |
AbstractOverlay.paintOverlay(java.awt.Graphics2D graphicsContext,
java.awt.Rectangle screenRect,
DisplaySettings displaySettings,
java.util.List<Image> images,
Image primaryImage,
java.awt.geom.Rectangle2D.Float imageViewPort)
Paint the overlay to the given graphics context.
|