Uses of Class
org.anchoranalysis.overlay.writer.ObjectDrawAttributes
| Package | Description |
|---|---|
| org.anchoranalysis.overlay.bean |
Beans relating to drawing an
Overlay on an image. |
-
Uses of ObjectDrawAttributes in org.anchoranalysis.overlay.bean
Methods in org.anchoranalysis.overlay.bean with parameters of type ObjectDrawAttributes Modifier and Type Method Description voidDrawObject. 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, org.anchoranalysis.spatial.box.BoundingBox boxContainer)Writes object-masks onto of aRGBStack- within a bounding box only.abstract voidDrawObject. drawSingle(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, org.anchoranalysis.spatial.box.BoundingBox restrictTo)Draws a single-object on top of a RGB-stack.