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 ofStackProviderWithLabels that are tiled.Method parameters in org.anchoranalysis.image.io.bean.stack.combine with type arguments of type StackProviderWithLabelModifier and TypeMethodDescriptionvoidTileWithLabels.setList(List<StackProviderWithLabel> list) The list ofStackProviderWithLabels 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 StackProviderTileStackProviders.tile(List<StackProviderWithLabel> providers, int numberColumns, boolean createShort, boolean expandLabelZ) Creates aStackProviderthat provides a tiled-representation ofproviders.