Uses of Class
org.anchoranalysis.mpp.bean.bound.Bound
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.bound |
Lower and upper limits set around variables.
|
| org.anchoranalysis.mpp.bean.bound.rotation |
Bounds on how to rotate an entity in Euclidean space.
|
| org.anchoranalysis.mpp.mark.conic |
Marks implementing conic sections. |
-
Uses of Bound in org.anchoranalysis.mpp.bean.bound
Subclasses of Bound 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.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 Bound in org.anchoranalysis.mpp.bean.bound.rotation
Methods in org.anchoranalysis.mpp.bean.bound.rotation that return Bound Modifier and Type Method Description BoundBoundRotation2D. getRotationAngle()BoundBoundRotation3D. getRotationX()BoundBoundRotation3D. getRotationY()BoundBoundRotation3D. getRotationZ()Methods in org.anchoranalysis.mpp.bean.bound.rotation with parameters of type Bound Modifier and Type Method Description voidBoundRotation2D. 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 Bound Modifier and Type Method Description BoundMarkWithPositionAndSingleRadius. getBoundRadius()Methods in org.anchoranalysis.mpp.mark.conic with parameters of type Bound Modifier and Type Method Description static org.anchoranalysis.spatial.point.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 Constructor Description Circle(Bound boundRadius)Creates a circle with a radius within particular bounds.MarkWithPositionAndSingleRadius(Bound boundRadius)Constructor with a bound on the radius.Sphere(Bound boundRadius)Creates a sphere with a radius within particular bounds.