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 TypeClassDescriptionclassDraws a filled-in shape for each object.classPerforms a flattening (maximum intensity projection in each channel) of the output of another writerclassBranches to two differentDrawObjectdepending on a predicate.classDraws the outline of each object-mask.Methods in org.anchoranalysis.image.io.bean.object.draw that return DrawObjectModifier and TypeMethodDescriptionIfElse.getWhenFalse()TheDrawObjectthat is used whencondition==false.IfElse.getWhenTrue()TheDrawObjectthat is used whencondition==true.Flatten.getWriter()Methods in org.anchoranalysis.image.io.bean.object.draw with parameters of type DrawObjectModifier and TypeMethodDescriptionvoidIfElse.setWhenFalse(DrawObject whenFalse) TheDrawObjectthat is used whencondition==false.voidIfElse.setWhenTrue(DrawObject whenTrue) TheDrawObjectthat is used whencondition==true.voidFlatten.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 DrawObjectsGeneratorDrawObjectsGenerator.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 newObjectsAsRGBGeneratorinstance. -
Uses of DrawObject in org.anchoranalysis.overlay.writer
Constructors in org.anchoranalysis.overlay.writer with parameters of type DrawObjectModifierConstructorDescriptionDrawOverlay(DrawObject drawObject) Creates a newDrawOverlayinstance.