Uses of Class
org.anchoranalysis.image.bean.nonbean.spatial.arrange.ArrangeStackException
Packages that use ArrangeStackException
Package
Description
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 ArrangeStackException in org.anchoranalysis.image.bean.spatial.arrange
Methods in org.anchoranalysis.image.bean.spatial.arrange that throw ArrangeStackExceptionModifier and TypeMethodDescriptionSingle.arrangeStacks
(Iterator<Extent> extents, OperationContext context) abstract StackArrangement
StackArranger.arrangeStacks
(Iterator<Extent> extents, OperationContext context) Arranges stacks to that they fit together in a single raster.StackArranger.combine
(List<RGBStack> stacks, VoxelsResizer resizer, OperationContext context) StackArranger.combine
(List<RGBStack> stacks, 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 ArrangeStackExceptionModifier and TypeMethodDescriptionFill.arrangeStacks
(Iterator<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 ArrangeStackExceptionModifier and TypeMethodDescriptionOverlay.arrangeStacks
(Iterator<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 ArrangeStackExceptionModifier and TypeMethodDescriptionTile.arrangeStacks
(Iterator<Extent> extents, OperationContext context)