Uses of Class
org.anchoranalysis.image.io.object.output.rgb.DrawObjectsGenerator
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.object.output.rgb |
Writing an
ObjectCollection to the filesystem as
RGB raster-images. |
-
Uses of DrawObjectsGenerator in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return DrawObjectsGenerator Modifier and Type Method Description static DrawObjectsGeneratorDrawObjectsGenerator. outlineSingleColor(int outlineWidth, DisplayStack background, RGBColor color)Creates a generator that draws an outline around objects on a background using a single color for all objects.static DrawObjectsGeneratorDrawObjectsGenerator. outlineVariedColors(int numberColors, int outlineWidth, io.vavr.control.Either<Dimensions,DisplayStack> background)Creates a generator that draws an outline around objects on a background using varied colors for the objects.static DrawObjectsGeneratorDrawObjectsGenerator. outlineVariedColors(int numberColors, int outlineWidth, DisplayStack background)Creates a generator that draws an outline around objects on a background using varied colors for the objects.static DrawObjectsGeneratorDrawObjectsGenerator. outlineWithColorIndex(int outlineWidth, ColorIndex colorIndex)Creates a generator that draws an outline around objects using a particularColorIndex.static DrawObjectsGeneratorDrawObjectsGenerator. withBackgroundAndColors(DrawObject drawObject, DisplayStack background, ColorIndex colorIndex)Creates a generator that draws an object in a particular way with particular colors and background.