Package org.anchoranalysis.mpp.bean.bound

Lower and upper limits set around variables.
  • Class Summary 
    Class Description
    Bound
    An abstract class representing an upper and lower bound.
    BoundDegrees
    Represents an upper and lower bound in degrees which is converted to radians when resolved.
    BoundMinMax
    An abstract class representing a bound with minimum and maximum values.
    BoundPhysicalExtent
    A bound representing physical extents, which can be resolved based on image resolution.
    BoundUnitless
    A bound representing unitless values, where the minimum and maximum are not affected by resolution.
    MarkBounds
    Abstract base class for defining bounds on marks in a marked point process.
    ResolvedBound
    A bound resolved into pixel units.