public class BoxSelectionOptions extends Object
TransformedBoxSelectionDialog
and
TransformedRealBoxSelectionDialog
.Modifier and Type | Class and Description |
---|---|
static class |
BoxSelectionOptions.TimepointSelection |
static class |
BoxSelectionOptions.Values
Read-only
BoxSelectionOptions values. |
Modifier and Type | Field and Description |
---|---|
BoxSelectionOptions.Values |
values |
Constructor and Description |
---|
BoxSelectionOptions() |
Modifier and Type | Method and Description |
---|---|
BoxSelectionOptions |
initialTimepoint(int t) |
BoxSelectionOptions |
initialTimepointRange(int initialMin,
int initialMax) |
static BoxSelectionOptions |
options()
Create default
BoxSelectionOptions . |
BoxSelectionOptions |
selectSingleTimepoint() |
BoxSelectionOptions |
selectSingleTimepoint(int rangeMin,
int rangeMax) |
BoxSelectionOptions |
selectTimepointRange() |
BoxSelectionOptions |
selectTimepointRange(int rangeMin,
int rangeMax) |
BoxSelectionOptions |
title(String title) |
public final BoxSelectionOptions.Values values
public static BoxSelectionOptions options()
BoxSelectionOptions
.BoxSelectionOptions
.public BoxSelectionOptions selectSingleTimepoint(int rangeMin, int rangeMax)
public BoxSelectionOptions selectSingleTimepoint()
public BoxSelectionOptions initialTimepoint(int t)
public BoxSelectionOptions initialTimepointRange(int initialMin, int initialMax)
public BoxSelectionOptions selectTimepointRange(int rangeMin, int rangeMax)
public BoxSelectionOptions selectTimepointRange()
public BoxSelectionOptions title(String title)
Copyright © 2015–2021 Fiji. All rights reserved.