Uses of Class
org.anchoranalysis.overlay.Overlay
Packages that use Overlay
Package
Description
Collections of
Overlay
s.An implementation of an
Overlay
that draws an ObjectMask
on an image.Drawing an overlay on an image.
-
Uses of Overlay in org.anchoranalysis.mpp.overlay
Subclasses of Overlay in org.anchoranalysis.mpp.overlayModifier and TypeClassDescriptionclass
-
Uses of Overlay in org.anchoranalysis.overlay.collection
Methods in org.anchoranalysis.overlay.collection that return OverlayModifier and TypeMethodDescriptionOverlayCollection.get
(int index) Access a particular element in the collection by index.ColoredOverlayCollection.getOverlay
(int index) Access a particularOverlay
in the collection by index.Methods in org.anchoranalysis.overlay.collection that return types with arguments of type OverlayModifier and TypeMethodDescriptionColoredOverlayCollection.iterator()
OverlayCollection.iterator()
Methods in org.anchoranalysis.overlay.collection with parameters of type OverlayModifier and TypeMethodDescriptionvoid
Append an overlay and its respective color to the end of the list..void
Append an overlay to the end of the list.Constructor parameters in org.anchoranalysis.overlay.collection with type arguments of type OverlayModifierConstructorDescriptionOverlayCollection
(Stream<Overlay> stream) Creates the collection from a stream ofOverlay
s. -
Uses of Overlay in org.anchoranalysis.overlay.object
Subclasses of Overlay in org.anchoranalysis.overlay.objectModifier and TypeClassDescriptionclass
An implementation ofOverlay
that draws anObjectMask
on an image. -
Uses of Overlay in org.anchoranalysis.overlay.writer
Method parameters in org.anchoranalysis.overlay.writer with type arguments of type OverlayModifier and TypeMethodDescriptionvoid
DrawOverlay.drawOverlays
(ColoredOverlayCollection overlays, RGBStack stack, IdentifierGetter<Overlay> idGetter) Draw a collection of colored-overlays on top of aRGBStack
.