Uses of Class
org.anchoranalysis.overlay.writer.ObjectDrawAttributes
Packages that use ObjectDrawAttributes
-
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.