Uses of Class
org.anchoranalysis.core.exception.CheckedUnsupportedOperationException
Packages that use CheckedUnsupportedOperationException
Package
Description
Annotations that use one or more marks to describe entities in an image.
Non-bean classes related to
Mark
s.Mark
s implementing conic sections.Mark
s implementing structures based on points.-
Uses of CheckedUnsupportedOperationException in org.anchoranalysis.annotation.mark
Methods in org.anchoranalysis.annotation.mark that throw CheckedUnsupportedOperationExceptionModifier and TypeMethodDescriptionvoid
DualMarksAnnotation.scaleXY
(ScaleFactor scaleFactor) Scales the marks in the annotation in X and Y dimensions. -
Uses of CheckedUnsupportedOperationException in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that throw CheckedUnsupportedOperationExceptionModifier and TypeMethodDescriptionabstract void
Mark.scale
(ScaleFactor scaleFactor) Scales the mark in X and Y dimensions.void
MarkWithPosition.scale
(ScaleFactor scaleFactor) void
MarkCollection.scaleXY
(ScaleFactor scaleFactor) Scales all marks in the collection in X and Y dimensions. -
Uses of CheckedUnsupportedOperationException in org.anchoranalysis.mpp.mark.conic
Methods in org.anchoranalysis.mpp.mark.conic that throw CheckedUnsupportedOperationExceptionModifier and TypeMethodDescriptionvoid
Ellipse.scale
(ScaleFactor scaleFactor) void
Ellipsoid.scale
(ScaleFactor scaleFactor) void
MarkWithPositionAndSingleRadius.scale
(ScaleFactor scaleFactor) Objects are scaled in pre-rotated position. -
Uses of CheckedUnsupportedOperationException in org.anchoranalysis.mpp.mark.points
Methods in org.anchoranalysis.mpp.mark.points that throw CheckedUnsupportedOperationExceptionModifier and TypeMethodDescriptionvoid
PointList.scale
(ScaleFactor scaleFactor) Scales the points in the list by a given scale factor.void
Polygon.scale
(ScaleFactor scaleFactor) void
PolygonCurve.scale
(ScaleFactor scaleFactor) void
RotatableBoundingBox.scale
(ScaleFactor scaleFactor)