Uses of Class
org.anchoranalysis.image.io.stack.output.box.DrawObjectOnStackGenerator
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.stack.output.box |
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 DrawObjectOnStackGenerator Modifier and Type Method Description static DrawObjectOnStackGeneratorDrawObjectOnStackGenerator. createFromGenerator(TransformingGenerator<org.anchoranalysis.spatial.box.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 DrawObjectOnStackGeneratorDrawObjectOnStackGenerator. 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 DrawObjectOnStackGeneratorDrawObjectOnStackGenerator. 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 DrawObjectOnStackGeneratorDrawObjectOnStackGenerator. createWithEmptyBackground(int outlineWidth, ColorIndex colors)Creates the generator with an empty background - and with default color green and flattened in Z-dimension.