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 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.