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 TypeMethodDescriptionvoidFilled.drawSingle(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) voidFlatten.drawSingle(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) voidIfElse.drawSingle(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) voidOutline.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 newObjectsAsRGBGeneratorinstance. -
Uses of ObjectDrawAttributes in org.anchoranalysis.overlay.bean
Methods in org.anchoranalysis.overlay.bean with parameters of type ObjectDrawAttributesModifier and TypeMethodDescriptionvoidDrawObject.drawCollection(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes) Writes object-masks onto of aRGBStack- across all of the stack.voidDrawObject.drawCollection(ObjectCollectionWithProperties objects, RGBStack stack, ObjectDrawAttributes attributes, BoundingBox boxContainer) Writes object-masks onto of aRGBStack- within a bounding box only.abstract voidDrawObject.drawSingle(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) Draws a single-object on top of a RGB-stack.