Uses of Class
org.anchoranalysis.mpp.mark.MarkWithPosition
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.mark |
Non-bean classes related to
Marks. |
| org.anchoranalysis.mpp.mark.conic |
Marks implementing conic sections. |
| org.anchoranalysis.mpp.mark.points |
Marks implementing structures based on points. |
-
Uses of MarkWithPosition in org.anchoranalysis.mpp.mark
Constructors in org.anchoranalysis.mpp.mark with parameters of type MarkWithPosition Constructor Description MarkWithPosition(MarkWithPosition src)Copy constructor for MarkWithPosition. -
Uses of MarkWithPosition in org.anchoranalysis.mpp.mark.conic
Subclasses of MarkWithPosition in org.anchoranalysis.mpp.mark.conic Modifier and Type Class Description classCircleRepresents a 2D circle mark.classConicBaseAbstract base class for conic marks (e.g., ellipsoids, spheres).classEllipseRepresents a 2D ellipse mark.classEllipsoidRepresents a 3D ellipsoid mark with multiple sub-regions.classMarkWithPositionAndSingleRadiusBase-class for a conic that has a single radius (circle, sphere etc.)classSphereRepresents a 3D sphere mark.Constructors in org.anchoranalysis.mpp.mark.conic with parameters of type MarkWithPosition Constructor Description ConicBase(MarkWithPosition source)Constructor that copies from another MarkWithPosition. -
Uses of MarkWithPosition in org.anchoranalysis.mpp.mark.points
Subclasses of MarkWithPosition in org.anchoranalysis.mpp.mark.points Modifier and Type Class Description classRotatableBoundingBoxA two-dimensional bounding-box rotated at arbitrary angle in XY plane around a point.