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.
Combining multiple images together into a single image.
Non-bean classes pertaining to combining stacks into a single stack.
-
Uses of BoxAligner in org.anchoranalysis.image.bean.spatial.arrange.align
Subclasses of BoxAligner in org.anchoranalysis.image.bean.spatial.arrange.align -
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. -
Uses of BoxAligner in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return BoxAlignerModifier and TypeMethodDescriptionMontage.getAligner()WhenvaryImageSize==falseandvaryImageLocation==false, how to align a smaller image inside a larger cell.Montage.getAlignerLabel()Whenlabel==falseandvaryImageLocation==false, how to align the label with its associated image.Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type BoxAlignerModifier and TypeMethodDescriptionvoidMontage.setAligner(BoxAligner aligner) WhenvaryImageSize==falseandvaryImageLocation==false, how to align a smaller image inside a larger cell.voidMontage.setAlignerLabel(BoxAligner alignerLabel) Whenlabel==falseandvaryImageLocation==false, how to align the label with its associated image. -
Uses of BoxAligner in org.anchoranalysis.plugin.image.task.slice
Methods in org.anchoranalysis.plugin.image.task.slice with parameters of type BoxAlignerModifier and TypeMethodDescriptionvoidMontageSharedState.drawAllLabels(double ratioHeightForLabel, BoxAligner aligner) Draw all labels that have been queued during calls toMontageSharedState.copyStackInto(org.anchoranalysis.core.functional.checked.CheckedSupplier<org.anchoranalysis.image.core.stack.RGBStack, org.anchoranalysis.io.input.InputReadFailedException>, java.lang.String, java.nio.file.Path, java.util.Optional<java.lang.String>).