Uses of Class
org.anchoranalysis.image.io.bean.stack.combine.StackProviderWithLabel
Packages that use StackProviderWithLabel
Package
Description
Beans to combine multiple stacks into a single stack before outputting.
Non-bean classes for reading a
Stack
from the
filesystem.-
Uses of StackProviderWithLabel in org.anchoranalysis.image.io.bean.stack.combine
Methods in org.anchoranalysis.image.io.bean.stack.combine that return types with arguments of type StackProviderWithLabelModifier and TypeMethodDescriptionTileWithLabels.getList()
The list ofStackProviderWithLabel
s that are tiled.Method parameters in org.anchoranalysis.image.io.bean.stack.combine with type arguments of type StackProviderWithLabelModifier and TypeMethodDescriptionvoid
TileWithLabels.setList
(List<StackProviderWithLabel> list) The list ofStackProviderWithLabel
s that are tiled. -
Uses of StackProviderWithLabel in org.anchoranalysis.image.io.stack.input
Method parameters in org.anchoranalysis.image.io.stack.input with type arguments of type StackProviderWithLabelModifier and TypeMethodDescriptionstatic StackProvider
TileStackProviders.tile
(List<StackProviderWithLabel> providers, int numberColumns, boolean createShort, boolean expandLabelZ) Creates aStackProvider
that provides a tiled-representation ofproviders
.