Uses of Class
org.anchoranalysis.mpp.bean.bound.MarkBounds
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.bound |
Lower and upper limits set around variables.
|
| org.anchoranalysis.mpp.init |
Parameters used to initialize certain types of beans.
|
-
Uses of MarkBounds in org.anchoranalysis.mpp.bean.bound
Subclasses of MarkBounds in org.anchoranalysis.mpp.bean.bound Modifier and Type Class Description classBoundAn abstract class representing an upper and lower bound.classBoundDegreesRepresents an upper and lower bound in degrees which is converted to radians when resolved.classBoundMinMaxAn abstract class representing a bound with minimum and maximum values.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. -
Uses of MarkBounds in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type MarkBounds Modifier and Type Method Description NamedProviderStore<MarkBounds>MarksInitialization. markBounds()Store for mark bounds.