Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.StackArranger
Packages that use StackArranger
Package
Description
A provider of
Stack
s.Beans to specify how to form a single-image by spatially combining other images.
Montages images together to completely fill the available space, while preserving aspect ratio.
Combining other images through overlaying.
Combining other images through tiling.
-
Uses of StackArranger in org.anchoranalysis.image.bean.provider.stack
Methods in org.anchoranalysis.image.bean.provider.stack that return StackArrangerModifier and TypeMethodDescriptionArrange.getArrange()
Determines how the stacks inlist
are arranged.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type StackArrangerModifier and TypeMethodDescriptionvoid
Arrange.setArrange
(StackArranger arrange) Determines how the stacks inlist
are arranged. -
Uses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange
Subclasses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange -
Uses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.fill
Subclasses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.fill -
Uses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.overlay
Subclasses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.overlay -
Uses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.tile
Subclasses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.tileModifier and TypeClassDescriptionclass
A higher-level aggregate structure that arranges otherStackArranger
s in a tabular pattern.Methods in org.anchoranalysis.image.bean.spatial.arrange.tile that return StackArrangerModifier and TypeMethodDescriptionCell.getArrange()
How to arrange anyRGBStack
s in this particular cell.Tile.getCellDefault()
Used to define an individual cell, when no specific entry is found incells
for a particular cell.Methods in org.anchoranalysis.image.bean.spatial.arrange.tile with parameters of type StackArrangerModifier and TypeMethodDescriptionvoid
Cell.setArrange
(StackArranger arrange) How to arrange anyRGBStack
s in this particular cell.void
Tile.setCellDefault
(StackArranger cellDefault) Used to define an individual cell, when no specific entry is found incells
for a particular cell.Constructors in org.anchoranalysis.image.bean.spatial.arrange.tile with parameters of type StackArrangerModifierConstructorDescriptionCell
(StackArranger arrange, int row, int column) Creates a newCell
instance.