public class AbstractLinearRange extends Object implements LinearRange
| Modifier and Type | Field and Description |
|---|---|
protected double |
max |
protected double |
min |
protected double |
scale |
| Constructor and Description |
|---|
AbstractLinearRange() |
AbstractLinearRange(double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMax() |
double |
getMin() |
protected static int |
roundPositive(double a) |
void |
setMax(double max) |
void |
setMin(double min) |
public AbstractLinearRange()
public AbstractLinearRange(double min,
double max)
protected static final int roundPositive(double a)
public double getMin()
getMin in interface LinearRangepublic double getMax()
getMax in interface LinearRangepublic void setMax(double max)
setMax in interface LinearRangepublic void setMin(double min)
setMin in interface LinearRangeCopyright © 2015–2022 ImgLib2. All rights reserved.