Uses of Class
org.anchoranalysis.overlay.bean.DrawObject
Packages that use DrawObject
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.Drawing an overlay on an image.
-
Uses of DrawObject in org.anchoranalysis.image.io.bean.object.draw
Subclasses of DrawObject in org.anchoranalysis.image.io.bean.object.drawModifier and TypeClassDescriptionclass
Draws a filled-in shape for each object.class
Performs a flattening (maximum intensity projection in each channel) of the output of another writerclass
Branches to two differentDrawObject
depending on a predicate.class
Draws the outline of each object-mask.Methods in org.anchoranalysis.image.io.bean.object.draw that return DrawObjectModifier and TypeMethodDescriptionIfElse.getWhenFalse()
TheDrawObject
that is used whencondition==false
.IfElse.getWhenTrue()
TheDrawObject
that is used whencondition==true
.Flatten.getWriter()
Methods in org.anchoranalysis.image.io.bean.object.draw with parameters of type DrawObjectModifier and TypeMethodDescriptionvoid
IfElse.setWhenFalse
(DrawObject whenFalse) TheDrawObject
that is used whencondition==false
.void
IfElse.setWhenTrue
(DrawObject whenTrue) TheDrawObject
that is used whencondition==true
.void
Flatten.setWriter
(DrawObject writer) Constructors in org.anchoranalysis.image.io.bean.object.draw with parameters of type DrawObjectModifierConstructorDescriptionFlatten
(DrawObject writer) IfElse
(IfElse.Predicate predicate, DrawObject whenTrue, DrawObject whenFalse) Creates for a particular condition. -
Uses of DrawObject in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb with parameters of type DrawObjectModifier and TypeMethodDescriptionstatic DrawObjectsGenerator
DrawObjectsGenerator.withBackgroundAndColors
(DrawObject drawObject, DisplayStack background, ColorIndex colorIndex) Creates a generator that draws an object in a particular way with particular colors and background.Constructors in org.anchoranalysis.image.io.object.output.rgb with parameters of type DrawObjectModifierConstructorDescriptionDrawCroppedObjectsGenerator
(DrawObject drawObject, DisplayStack background, Padding padding, ColorIndex colors) Create with a particular background and method for drawing-objects.ObjectsAsRGBGenerator
(DrawObject drawObject, ObjectDrawAttributes attributes, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates a newObjectsAsRGBGenerator
instance. -
Uses of DrawObject in org.anchoranalysis.overlay.writer
Constructors in org.anchoranalysis.overlay.writer with parameters of type DrawObjectModifierConstructorDescriptionDrawOverlay
(DrawObject drawObject) Creates a newDrawOverlay
instance.