Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.align.BoxAligner
Packages that use BoxAligner
Package
Description
Aligning a
BoundingBox to fit inside another BoundingBox.Combining other images through tiling.
-
Uses of BoxAligner in org.anchoranalysis.image.bean.spatial.arrange.align
Subclasses of BoxAligner in org.anchoranalysis.image.bean.spatial.arrange.alignModifier and TypeClassDescriptionclassAlign the bounding-box to thelargerwithout resizing.classGrow the bounding-box to filllargeras much as possible.Subclasses with type arguments of type BoxAligner in org.anchoranalysis.image.bean.spatial.arrange.alignModifier and TypeClassDescriptionclassAligns a smallerBoundingBoxto fit inside a largerBoundingBox. -
Uses of BoxAligner in org.anchoranalysis.image.bean.spatial.arrange.tile
Methods in org.anchoranalysis.image.bean.spatial.arrange.tile that return BoxAlignerModifier and TypeMethodDescriptionTile.getAligner()How to align a smaller image inside a larger cell.Methods in org.anchoranalysis.image.bean.spatial.arrange.tile with parameters of type BoxAlignerModifier and TypeMethodDescriptionvoidTile.setAligner(BoxAligner aligner) How to align a smaller image inside a larger cell.