Uses of Class
org.anchoranalysis.image.io.bean.stack.combine.StackProviderWithLabel
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.stack.combine |
Beans to combine multiple stacks into a single stack before outputting.
|
| org.anchoranalysis.image.io.stack.input |
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 StackProviderWithLabel Modifier and Type Method Description List<StackProviderWithLabel>TileWithLabels. getList()The list ofStackProviderWithLabels that are tiled.Method parameters in org.anchoranalysis.image.io.bean.stack.combine with type arguments of type StackProviderWithLabel Modifier and Type Method Description voidTileWithLabels. 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 StackProviderWithLabel Modifier and Type Method Description static StackProviderTileStackProviders. tile(List<StackProviderWithLabel> providers, int numberColumns, boolean createShort, boolean expandLabelZ)Creates aStackProviderthat provides a tiled-representation ofproviders.