public static class TransformedBoxSelectionDialog.Result extends Object implements TransformedBox
Constructor and Description |
---|
Result(boolean valid,
TransformedBoxModel model,
int t0,
int t1) |
Modifier and Type | Method and Description |
---|---|
Interval |
getInterval()
Returns the selected interval.
|
int |
getMaxTimepoint() |
int |
getMinTimepoint() |
void |
getTransform(AffineTransform3D t)
Stores the box transform into
t . |
boolean |
isValid()
Returns
true iff dialog was closed by clicking "OK". |
public Result(boolean valid, TransformedBoxModel model, int t0, int t1)
public boolean isValid()
true
iff dialog was closed by clicking "OK".public Interval getInterval()
getInterval
in interface TransformedBox
public void getTransform(AffineTransform3D t)
t
.getTransform
in interface TransformedBox
public int getMinTimepoint()
public int getMaxTimepoint()
Copyright © 2015–2021 Fiji. All rights reserved.