Uses of Class
org.anchoranalysis.image.bean.nonbean.spatial.arrange.ArrangeStackException
| 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 ArrangeStackException in org.anchoranalysis.image.bean.spatial.arrange
Methods in org.anchoranalysis.image.bean.spatial.arrange that throw ArrangeStackException 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.RGBStackStackArranger. combine(List<RGBStack> stacks, org.anchoranalysis.image.voxel.resizer.VoxelsResizer resizer, OperationContext context)RGBStackStackArranger. combine(List<RGBStack> stacks, org.anchoranalysis.image.voxel.resizer.VoxelsResizer resizer, ChannelFactorySingleType factory, OperationContext context) -
Uses of ArrangeStackException in org.anchoranalysis.image.bean.spatial.arrange.fill
Methods in org.anchoranalysis.image.bean.spatial.arrange.fill that throw ArrangeStackException Modifier and Type Method Description StackArrangementFill. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context) -
Uses of ArrangeStackException in org.anchoranalysis.image.bean.spatial.arrange.overlay
Methods in org.anchoranalysis.image.bean.spatial.arrange.overlay that throw ArrangeStackException Modifier and Type Method Description StackArrangementOverlay. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context) -
Uses of ArrangeStackException in org.anchoranalysis.image.bean.spatial.arrange.tile
Methods in org.anchoranalysis.image.bean.spatial.arrange.tile that throw ArrangeStackException Modifier and Type Method Description StackArrangementTile. arrangeStacks(Iterator<org.anchoranalysis.spatial.box.Extent> extents, OperationContext context)