Uses of Class
org.anchoranalysis.overlay.Overlay
Packages that use Overlay
Package
Description
Collections of
Overlays.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 particularOverlayin 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 TypeMethodDescriptionvoidAppend an overlay and its respective color to the end of the list..voidAppend 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 ofOverlays. -
Uses of Overlay in org.anchoranalysis.overlay.object
Subclasses of Overlay in org.anchoranalysis.overlay.objectModifier and TypeClassDescriptionclassAn implementation ofOverlaythat draws anObjectMaskon an image. -
Uses of Overlay in org.anchoranalysis.overlay.writer
Method parameters in org.anchoranalysis.overlay.writer with type arguments of type OverlayModifier and TypeMethodDescriptionvoidDrawOverlay.drawOverlays(ColoredOverlayCollection overlays, RGBStack stack, IdentifierGetter<Overlay> idGetter) Draw a collection of colored-overlays on top of aRGBStack.