Uses of Interface
org.anchoranalysis.core.identifier.getter.IdentifierGetter
Packages that use IdentifierGetter
Package
Description
Data structures for adding a unique name (a String or integer identifier) to other entities.
Non-bean classes related to
Mark
s.Drawing an overlay on an image.
-
Uses of IdentifierGetter in org.anchoranalysis.core.identifier.getter
Classes in org.anchoranalysis.core.identifier.getter that implement IdentifierGetterModifier and TypeClassDescriptionclass
Identify an element uniquely only by its iteration timepoint. -
Uses of IdentifierGetter in org.anchoranalysis.mpp.mark
Constructors in org.anchoranalysis.mpp.mark with parameters of type IdentifierGetterModifierConstructorDescriptionColoredMarks
(MarkCollection marks, ColorIndex colorIndex, IdentifierGetter<Mark> colorIDGetter) Creates a ColoredMarks instance from a MarkCollection and assigns colors based on a ColorIndex. -
Uses of IdentifierGetter in org.anchoranalysis.overlay.writer
Methods in org.anchoranalysis.overlay.writer that return IdentifierGetterModifier 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 IdentifierGetterModifier and TypeMethodDescriptionvoid
DrawOverlay.drawOverlays
(ColoredOverlayCollection overlays, RGBStack stack, IdentifierGetter<Overlay> idGetter) Draw a collection of colored-overlays on top of aRGBStack
.Constructors in org.anchoranalysis.overlay.writer with parameters of type IdentifierGetterModifierConstructorDescriptionObjectDrawAttributes
(ColorIndex colorIndex, IdentifierGetter<ObjectWithProperties> idGetter, IdentifierGetter<ObjectWithProperties> colorIDGetter) Creates a newObjectDrawAttributes
instance.