Uses of Class
org.anchoranalysis.image.bean.nonbean.spatial.arrange.StackArrangement
| Package | Description |
|---|---|
| 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 StackArrangement in org.anchoranalysis.image.bean.spatial.arrange
Methods in org.anchoranalysis.image.bean.spatial.arrange that return StackArrangement Modifier and Type Method Description StackArrangementSingle. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context)abstract StackArrangementStackArranger. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context)Arranges stacks to that they fit together in a single raster. -
Uses of StackArrangement in org.anchoranalysis.image.bean.spatial.arrange.fill
Methods in org.anchoranalysis.image.bean.spatial.arrange.fill that return StackArrangement Modifier and Type Method Description StackArrangementFill. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context) -
Uses of StackArrangement in org.anchoranalysis.image.bean.spatial.arrange.overlay
Methods in org.anchoranalysis.image.bean.spatial.arrange.overlay that return StackArrangement Modifier and Type Method Description StackArrangementOverlay. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context) -
Uses of StackArrangement in org.anchoranalysis.image.bean.spatial.arrange.tile
Methods in org.anchoranalysis.image.bean.spatial.arrange.tile that return StackArrangement Modifier and Type Method Description StackArrangementTile. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context)