Uses of Class
org.anchoranalysis.image.io.stack.output.box.ScaleableBackground
| 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 ScaleableBackground in org.anchoranalysis.image.io.stack.output.box
Methods in org.anchoranalysis.image.io.stack.output.box that return ScaleableBackground Modifier and Type Method Description static ScaleableBackgroundScaleableBackground. noScaling(DisplayStack stack)Creates a background from a stack without any scaling.static ScaleableBackgroundScaleableBackground. scaleBy(DisplayStack stack, org.anchoranalysis.spatial.scale.ScaleFactor scaleFactor, org.anchoranalysis.image.voxel.resizer.VoxelsResizer resizer)Creates a background from a stack with scaling.Methods in org.anchoranalysis.image.io.stack.output.box with parameters of type ScaleableBackground Modifier and Type Method Description 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.Method parameters in org.anchoranalysis.image.io.stack.output.box with type arguments of type ScaleableBackground Modifier and Type Method Description 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.Constructors in org.anchoranalysis.image.io.stack.output.box with parameters of type ScaleableBackground Constructor Description ExtractBoundingBoxAreaFromStackGenerator(ScaleableBackground background)