| 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 |
|---|---|
static ComponentIntensityRange.Builder |
ComponentIntensityRange.builder()
Returns a new builder with default values (
min=0, max=Long.MAX_VALUE). |
ComponentIntensityRange.Builder |
ComponentIntensityRange.copyBuilder()
Returns a builder pre-populated with this instance's values.
|
ComponentIntensityRange.Builder |
ComponentIntensityRange.Builder.maximum(long max)
Sets the maximum intensity (white point) for this component.
|
ComponentIntensityRange.Builder |
ComponentIntensityRange.Builder.minimum(long min)
Sets the minimum intensity (black point) for this component.
|
ComponentIntensityRange.Builder |
ComponentIntensityRange.Builder.range(long min,
long max)
Convenience method to set both minimum and maximum in one call.
|