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.
|
Modifier and Type | Method and Description |
---|---|
ChannelDisplaySettings |
ChannelDisplaySettings.Builder.build() |
ChannelDisplaySettings |
DisplaySettings.getChannelSettings(int channel) |
ChannelDisplaySettings |
DisplaySettings.Builder.getChannelSettings(int channel)
Returns the ChannelDisplaySettings for the given channel number.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ChannelDisplaySettings> |
DisplaySettings.getAllChannelSettings() |
Modifier and Type | Method and Description |
---|---|
DisplaySettings.Builder |
DisplaySettings.Builder.channel(int channel,
ChannelDisplaySettings settings)
Sets the ChannelDisplaySettings for the given channel.
|
DisplaySettings.Builder |
DisplaySettings.copyBuilderWithChannelSettings(int channel,
ChannelDisplaySettings settings) |
Modifier and Type | Method and Description |
---|---|
DisplaySettings.Builder |
DisplaySettings.Builder.channels(java.lang.Iterable<ChannelDisplaySettings> channelSettings)
Replaces ChannelDisplaySettings with those given.
|