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 TypeMethodDescriptionvoid
Tile.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==false
andvaryImageLocation==false
, how to align a smaller image inside a larger cell.Montage.getAlignerLabel()
Whenlabel==false
andvaryImageLocation==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 TypeMethodDescriptionvoid
Montage.setAligner
(BoxAligner aligner) WhenvaryImageSize==false
andvaryImageLocation==false
, how to align a smaller image inside a larger cell.void
Montage.setAlignerLabel
(BoxAligner alignerLabel) Whenlabel==false
andvaryImageLocation==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 TypeMethodDescriptionvoid
MontageSharedState.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>)
.