| 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 |
|---|---|
ChannelIntensityRanges |
ChannelIntensityRanges.Builder.build()
Builds and returns the
ChannelIntensityRanges. |
ChannelIntensityRanges |
DisplayIntensityRanges.getChannelRanges(int channel)
Returns the
ChannelIntensityRanges for the given channel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChannelIntensityRanges> |
DisplayIntensityRanges.getAllChannelRanges()
Returns all channel ranges as a list.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelDisplaySettings.Builder |
ChannelDisplaySettings.Builder.intensityScaling(ChannelIntensityRanges ranges)
Sets the intensity scaling (min/max) for all components of this channel in one call.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayIntensityRanges.Builder |
DisplayIntensityRanges.Builder.channelRanges(java.util.List<ChannelIntensityRanges> channelRanges)
Replaces all channel ranges with the given list.
|