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
Marks.Marks implementing conic sections.Marks implementing structures based on points.-
Uses of CheckedUnsupportedOperationException in org.anchoranalysis.annotation.mark
Methods in org.anchoranalysis.annotation.mark that throw CheckedUnsupportedOperationExceptionModifier and TypeMethodDescriptionvoidDualMarksAnnotation.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 voidMark.scale(ScaleFactor scaleFactor) Scales the mark in X and Y dimensions.voidMarkWithPosition.scale(ScaleFactor scaleFactor) voidMarkCollection.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 TypeMethodDescriptionvoidEllipse.scale(ScaleFactor scaleFactor) voidEllipsoid.scale(ScaleFactor scaleFactor) voidMarkWithPositionAndSingleRadius.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 TypeMethodDescriptionvoidPointList.scale(ScaleFactor scaleFactor) Scales the points in the list by a given scale factor.voidPolygon.scale(ScaleFactor scaleFactor) voidPolygonCurve.scale(ScaleFactor scaleFactor) voidRotatableBoundingBox.scale(ScaleFactor scaleFactor)