Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.StackArranger
Packages that use StackArranger
Package
Description
A provider of
Stacks.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 inlistare arranged.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type StackArrangerModifier and TypeMethodDescriptionvoidArrange.setArrange(StackArranger arrange) Determines how the stacks inlistare 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 TypeClassDescriptionclassA higher-level aggregate structure that arranges otherStackArrangers in a tabular pattern.Methods in org.anchoranalysis.image.bean.spatial.arrange.tile that return StackArrangerModifier and TypeMethodDescriptionCell.getArrange()How to arrange anyRGBStacks in this particular cell.Tile.getCellDefault()Used to define an individual cell, when no specific entry is found incellsfor a particular cell.Methods in org.anchoranalysis.image.bean.spatial.arrange.tile with parameters of type StackArrangerModifier and TypeMethodDescriptionvoidCell.setArrange(StackArranger arrange) How to arrange anyRGBStacks in this particular cell.voidTile.setCellDefault(StackArranger cellDefault) Used to define an individual cell, when no specific entry is found incellsfor 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 newCellinstance.