Uses of Class
org.anchoranalysis.mpp.bean.bound.Bound
Packages that use Bound
Package
Description
Lower and upper limits set around variables.
Bounds on how to rotate an entity in Euclidean space.
Marks implementing conic sections.-
Uses of Bound in org.anchoranalysis.mpp.bean.bound
Subclasses of Bound in org.anchoranalysis.mpp.bean.boundModifier and TypeClassDescriptionclassRepresents an upper and lower bound in degrees which is converted to radians when resolved.classAn abstract class representing a bound with minimum and maximum values.classA bound representing physical extents, which can be resolved based on image resolution.classA bound representing unitless values, where the minimum and maximum are not affected by resolution.Methods in org.anchoranalysis.mpp.bean.bound that return Bound -
Uses of Bound in org.anchoranalysis.mpp.bean.bound.rotation
Methods in org.anchoranalysis.mpp.bean.bound.rotation that return BoundModifier and TypeMethodDescriptionBoundRotation2D.getRotationAngle()BoundRotation3D.getRotationX()BoundRotation3D.getRotationY()BoundRotation3D.getRotationZ()Methods in org.anchoranalysis.mpp.bean.bound.rotation with parameters of type BoundModifier and TypeMethodDescriptionvoidBoundRotation2D.setRotationAngle(Bound rotationAngle) voidBoundRotation3D.setRotationX(Bound rotationX) voidBoundRotation3D.setRotationY(Bound rotationY) voidBoundRotation3D.setRotationZ(Bound rotationZ) -
Uses of Bound in org.anchoranalysis.mpp.mark.conic
Methods in org.anchoranalysis.mpp.mark.conic that return BoundMethods in org.anchoranalysis.mpp.mark.conic with parameters of type BoundModifier and TypeMethodDescriptionstatic Point3dRadiiRandomizer.randomizeRadii(Bound bound, RandomNumberGenerator randomNumberGenerator, Optional<Resolution> resolution, boolean do3D) Generates random radii for a conic shape.Constructors in org.anchoranalysis.mpp.mark.conic with parameters of type Bound