Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.align.Align
Packages that use Align
Package
Description
Aligning a
BoundingBox
to fit inside another BoundingBox
.Combining other images through overlaying.
Tasks to scale an image.
-
Uses of Align in org.anchoranalysis.image.bean.spatial.arrange.align
Methods in org.anchoranalysis.image.bean.spatial.arrange.align that return AlignModifier and TypeMethodDescriptionAlign.duplicateBean()
Grow.getAlign()
How to align the box after it is grown, as much as possible.Methods in org.anchoranalysis.image.bean.spatial.arrange.align with parameters of type AlignModifier and TypeMethodDescriptionvoid
How to align the box after it is grown, as much as possible.Constructors in org.anchoranalysis.image.bean.spatial.arrange.align with parameters of type Align -
Uses of Align in org.anchoranalysis.image.bean.spatial.arrange.overlay
Methods in org.anchoranalysis.image.bean.spatial.arrange.overlay that return AlignModifier and TypeMethodDescriptionOverlay.getAlign()
Indicates how to align the image across the three axes.Methods in org.anchoranalysis.image.bean.spatial.arrange.overlay with parameters of type AlignModifier and TypeMethodDescriptionvoid
Indicates how to align the image across the three axes.Constructors in org.anchoranalysis.image.bean.spatial.arrange.overlay with parameters of type Align -
Uses of Align in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return AlignModifier and TypeMethodDescriptionScaleImageCommonSize.getAlign()
How a smaller image (after scaling) is aligned to the larger image (with the common size).Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type Align