Uses of Class
org.anchoranalysis.image.core.object.properties.ObjectWithProperties
Packages that use ObjectWithProperties
Package
Description
An
ObjectCollection
with associated key-value
pairs.How to represent an object-mask in a raster that is being drawn.
Non-bean classes for reading / writing an
ObjectCollection
from and to the filesystem.Overlay
s and related classes involving drawing entities on top
of an image.Beans relating to drawing an
Overlay
on an image.An implementation of an
Overlay
that draws an ObjectMask
on an image.Drawing an overlay on an image.
Non-beans pertaining to
ObjectMask
s.-
Uses of ObjectWithProperties in org.anchoranalysis.image.core.object.properties
Methods in org.anchoranalysis.image.core.object.properties that return ObjectWithPropertiesModifier and TypeMethodDescriptionObjectWithProperties.duplicate()
Deep copies the current instance.ObjectCollectionWithProperties.get
(int index) Get an item at a particular index.ObjectWithProperties.map
(UnaryOperator<ObjectMask> operator) Maps the underlying object-mask to another object-mask, reusing the same properties object.Methods in org.anchoranalysis.image.core.object.properties that return types with arguments of type ObjectWithPropertiesMethods in org.anchoranalysis.image.core.object.properties with parameters of type ObjectWithPropertiesModifier and TypeMethodDescriptionvoid
ObjectCollectionWithProperties.add
(ObjectWithProperties object) Add anObjectWithProperties
to the collection.Constructor parameters in org.anchoranalysis.image.core.object.properties with type arguments of type ObjectWithPropertiesModifierConstructorDescriptionCreate with a stream of objects with properties. -
Uses of ObjectWithProperties in org.anchoranalysis.image.io.bean.object.draw
Methods in org.anchoranalysis.image.io.bean.object.draw with parameters of type ObjectWithPropertiesModifier and TypeMethodDescriptionvoid
Filled.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) void
Flatten.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) void
IfElse.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) void
Outline.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) boolean
IfElse.Predicate.test
(ObjectWithProperties object, RGBStack stack, int identifier) Evaluates whether the condition is true or not. -
Uses of ObjectWithProperties in org.anchoranalysis.image.io.object
Methods in org.anchoranalysis.image.io.object with parameters of type ObjectWithPropertiesModifier and TypeMethodDescriptionstatic Point3i
ExtractMidpoint.midpoint
(ObjectWithProperties object, boolean suppressZ) Calculates the midpoint ofobject
. -
Uses of ObjectWithProperties in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that return ObjectWithPropertiesModifier and TypeMethodDescriptionOverlayMark.createObject
(Dimensions dimensionsEntireImage, BinaryValuesByte binaryValuesOut) -
Uses of ObjectWithProperties in org.anchoranalysis.overlay
Methods in org.anchoranalysis.overlay that return ObjectWithPropertiesModifier and TypeMethodDescriptionabstract ObjectWithProperties
Overlay.createObject
(Dimensions dimensionsEntireImage, BinaryValuesByte binaryValuesOut) Derives an object-mask representation of the overlay to be drawn withoverlayWriter
. -
Uses of ObjectWithProperties in org.anchoranalysis.overlay.bean
Methods in org.anchoranalysis.overlay.bean with parameters of type ObjectWithPropertiesModifier and TypeMethodDescriptionabstract void
DrawObject.drawSingle
(ObjectWithProperties object, RGBStack stack, ObjectDrawAttributes attributes, int iteration, BoundingBox restrictTo) Draws a single-object on top of a RGB-stack. -
Uses of ObjectWithProperties in org.anchoranalysis.overlay.object
Methods in org.anchoranalysis.overlay.object that return ObjectWithPropertiesModifier and TypeMethodDescriptionOverlayObjectMask.createObject
(Dimensions dimensionsEntireImage, BinaryValuesByte binaryValuesOut) OverlayObjectMask.getObject()
TheObjectMask
to draw. -
Uses of ObjectWithProperties in org.anchoranalysis.overlay.writer
Methods in org.anchoranalysis.overlay.writer that return types with arguments of type ObjectWithPropertiesModifier and TypeMethodDescriptionObjectDrawAttributes.getColorIDGetter()
Gets a color ID associated with the objectObjectDrawAttributes.getIdGetter()
Gets a unique ID associated with the objectMethods in org.anchoranalysis.overlay.writer with parameters of type ObjectWithPropertiesModifier and TypeMethodDescriptionObjectDrawAttributes.colorFor
(ObjectWithProperties object, int index) A color for a particular objectint
ObjectDrawAttributes.idFor
(ObjectWithProperties object, int index) ID for a particular objectConstructor parameters in org.anchoranalysis.overlay.writer with type arguments of type ObjectWithPropertiesModifierConstructorDescriptionObjectDrawAttributes
(ColorIndex colorIndex, IdentifierGetter<ObjectWithProperties> idGetter, IdentifierGetter<ObjectWithProperties> colorIDGetter) Creates a newObjectDrawAttributes
instance. -
Uses of ObjectWithProperties in org.anchoranalysis.plugin.image.object
Methods in org.anchoranalysis.plugin.image.object that return types with arguments of type ObjectWithPropertiesModifier and TypeMethodDescriptionColoredObjectCollection.streamObjectWithProperties()
Creates a stream ofObjectWithProperties
derived from the collection.