Uses of Class
org.anchoranalysis.image.io.stack.output.box.ScaleableBackground
Packages that use ScaleableBackground
Package
Description
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 ScaleableBackgroundModifier and TypeMethodDescriptionstatic ScaleableBackgroundScaleableBackground.noScaling(DisplayStack stack) Creates a background from a stack without any scaling.static ScaleableBackgroundScaleableBackground.scaleBy(DisplayStack stack, ScaleFactor scaleFactor, VoxelsResizer resizer) Creates a background from a stack with scaling.Methods in org.anchoranalysis.image.io.stack.output.box with parameters of type ScaleableBackgroundModifier and TypeMethodDescriptionstatic 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 ScaleableBackgroundModifier and TypeMethodDescriptionstatic 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 ScaleableBackgroundModifierConstructorDescription