Uses of Class
org.anchoranalysis.image.io.stack.output.box.DrawObjectOnStackGenerator
Packages that use DrawObjectOnStackGenerator
Package
Description
Base classes for generators that ultimately write only a bounding-box portion of a
Stack
to the filesystem.-
Uses of DrawObjectOnStackGenerator in org.anchoranalysis.image.io.stack.output.box
Methods in org.anchoranalysis.image.io.stack.output.box that return DrawObjectOnStackGeneratorModifier and TypeMethodDescriptionstatic DrawObjectOnStackGenerator
DrawObjectOnStackGenerator.createFromGenerator
(TransformingGenerator<BoundingBox, Stack> backgroundGenerator, int outlineWidth, ColorIndex colors) Creates an extracted-object generator that draws an outline - with default color green and flattened in Z.static DrawObjectOnStackGenerator
DrawObjectOnStackGenerator.createFromStack
(Optional<ScaleableBackground> background, int outlineWidth, ColorIndex colors) Creates the generator with maybe a stack as the background, or else an empty background - and with default color green and flattened in Z.static DrawObjectOnStackGenerator
DrawObjectOnStackGenerator.createFromStack
(ScaleableBackground background, int outlineWidth, ColorIndex colors) Creates the generator with a stack as the background - and with default color green and flattened across the Z-dimension.static DrawObjectOnStackGenerator
DrawObjectOnStackGenerator.createWithEmptyBackground
(int outlineWidth, ColorIndex colors) Creates the generator with an empty background - and with default color green and flattened in Z-dimension.