Uses of Class
org.anchoranalysis.mpp.bean.bound.BoundMinMax
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.bound |
Lower and upper limits set around variables.
|
-
Uses of BoundMinMax in org.anchoranalysis.mpp.bean.bound
Subclasses of BoundMinMax in org.anchoranalysis.mpp.bean.bound Modifier and Type Class Description classBoundDegreesRepresents an upper and lower bound in degrees which is converted to radians when resolved.classBoundPhysicalExtentA bound representing physical extents, which can be resolved based on image resolution.classBoundUnitlessA bound representing unitless values, where the minimum and maximum are not affected by resolution.Constructors in org.anchoranalysis.mpp.bean.bound with parameters of type BoundMinMax Constructor Description BoundMinMax(BoundMinMax source)Creates a new instance by copying another BoundMinMax.