Uses of Class
org.anchoranalysis.overlay.writer.ObjectDrawAttributes
Packages that use ObjectDrawAttributes
Package
Description
How to represent an object-mask in a raster that is being drawn.
Writing an
ObjectCollection
to the filesystem as
RGB raster-images.Beans relating to drawing an
Overlay
on an image.-
Uses of ObjectDrawAttributes in org.anchoranalysis.image.io.bean.object.draw
Methods in org.anchoranalysis.image.io.bean.object.draw with parameters of type ObjectDrawAttributesModifier and TypeMethodDescriptionvoid
Filled.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) void
Flatten.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) void
IfElse.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) void
Outline.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) -
Uses of ObjectDrawAttributes in org.anchoranalysis.image.io.object.output.rgb
Constructors in org.anchoranalysis.image.io.object.output.rgb with parameters of type ObjectDrawAttributesModifierConstructorDescriptionObjectsAsRGBGenerator
(DrawObject drawObject, ObjectDrawAttributes attributes, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates a newObjectsAsRGBGenerator
instance. -
Uses of ObjectDrawAttributes in org.anchoranalysis.overlay.bean
Methods in org.anchoranalysis.overlay.bean with parameters of type ObjectDrawAttributesModifier and TypeMethodDescriptionvoid
DrawObject.drawCollection
(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes) Writes object-masks onto of aRGBStack
- across all of the stack.void
DrawObject.drawCollection
(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes, BoundingBox boxContainer) Writes object-masks onto of aRGBStack
- within a bounding box only.abstract void
DrawObject.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) Draws a single-object on top of a RGB-stack.