public class DataRange extends Object
| Constructor and Description |
|---|
DataRange(double p1,
double p2)
Constructs a data range given two end points of an interval.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getExtent()
Returns the extent of the data range (max - min).
|
double |
getMax()
Returns the largest end point of the data range.
|
double |
getMin()
Returns the smallest end point of the data range.
|
Copyright © 2014–2022 ImageJ. All rights reserved.