Uses of Class
org.anchoranalysis.image.io.object.output.rgb.DrawObjectsGenerator
Packages that use DrawObjectsGenerator
-
Uses of DrawObjectsGenerator in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return DrawObjectsGeneratorModifier and TypeMethodDescriptionstatic DrawObjectsGenerator
DrawObjectsGenerator.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 DrawObjectsGenerator
DrawObjectsGenerator.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 DrawObjectsGenerator
DrawObjectsGenerator.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 DrawObjectsGenerator
DrawObjectsGenerator.outlineWithColorIndex
(int outlineWidth, ColorIndex colorIndex) Creates a generator that draws an outline around objects using a particularColorIndex
.static DrawObjectsGenerator
DrawObjectsGenerator.withBackgroundAndColors
(DrawObject drawObject, DisplayStack background, ColorIndex colorIndex) Creates a generator that draws an object in a particular way with particular colors and background.