Uses of Class
org.anchoranalysis.image.bean.spatial.arrange.StackArranger
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.provider.stack |
A provider of
Stacks. |
| org.anchoranalysis.image.bean.spatial.arrange |
Beans to specify how to form a single-image by spatially combining other images.
|
| org.anchoranalysis.image.bean.spatial.arrange.fill |
Montages images together to completely fill the available space, while preserving aspect ratio.
|
| org.anchoranalysis.image.bean.spatial.arrange.overlay |
Combining other images through overlaying.
|
| org.anchoranalysis.image.bean.spatial.arrange.tile |
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 StackArranger Modifier and Type Method Description StackArrangerArrange. getArrange()Determines how the stacks inlistare arranged.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type StackArranger Modifier and Type Method Description voidArrange. 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 Modifier and Type Class Description classSingleA singleStackarranged as-is. -
Uses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.fill
Subclasses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.fill Modifier and Type Class Description classFillMontagesExtents together to completely fill the available space, while preserving aspect ratio. -
Uses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.overlay
Subclasses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.overlay Modifier and Type Class Description classOverlayOverlays one image on the other. -
Uses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.tile
Subclasses of StackArranger in org.anchoranalysis.image.bean.spatial.arrange.tile Modifier and Type Class Description classTileA higher-level aggregate structure that arranges otherStackArrangers in a tabular pattern.Methods in org.anchoranalysis.image.bean.spatial.arrange.tile that return StackArranger Modifier and Type Method Description StackArrangerCell. getArrange()How to arrange anyRGBStacks in this particular cell.StackArrangerTile. 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 StackArranger Modifier and Type Method Description voidCell. 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 StackArranger Constructor Description Cell(StackArranger arrange, int row, int column)