Class TileStackProviders
Object
TileStackProviders
Tile multiple
StackProviders into a single StackProvider.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic StackProvidertile(List<StackProviderWithLabel> providers, int numberColumns, boolean createShort, boolean expandLabelZ) Creates aStackProviderthat provides a tiled-representation ofproviders.
-
Method Details
-
tile
public static StackProvider tile(List<StackProviderWithLabel> providers, int numberColumns, boolean createShort, boolean expandLabelZ) Creates aStackProviderthat provides a tiled-representation ofproviders.- Parameters:
providers- the providers to tile.numberColumns- the number of columns in the tiled-version.createShort- when true, the voxel-data-type of the created image is unsigned short, otherwise unsigned byte.expandLabelZ- when true, the label is repeated across all z-slices in the stack. when false, it appears on only one z-slice.- Returns:
- the newly created
StackProvider.
-