Uses of Class
org.anchoranalysis.overlay.collection.ColoredOverlayCollection
Packages that use ColoredOverlayCollection
-
Uses of ColoredOverlayCollection in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that return ColoredOverlayCollectionModifier and TypeMethodDescriptionstatic ColoredOverlayCollection
OverlayCollectionMarkFactory.createColor
(ColoredMarks marks, RegionMembershipWithFlags regionMembership) Creates aColoredOverlayCollection
fromColoredMarks
.Methods in org.anchoranalysis.mpp.overlay with parameters of type ColoredOverlayCollectionModifier and TypeMethodDescriptionstatic ColoredMarks
OverlayCollectionMarkFactory.marksFromOverlays
(ColoredOverlayCollection overlays) CreatesColoredMarks
from aColoredOverlayCollection
. -
Uses of ColoredOverlayCollection in org.anchoranalysis.overlay.collection
Methods in org.anchoranalysis.overlay.collection that return ColoredOverlayCollectionModifier and TypeMethodDescriptionColoredOverlayCollection.subsetWhereBoxIntersects
(Dimensions scene, DrawOverlay drawOverlay, List<BoundingBox> toIntersectWith) Find overlays whose bounding-boxes intersect with any of the boxes intoIntersectWith
. -
Uses of ColoredOverlayCollection in org.anchoranalysis.overlay.writer
Methods in org.anchoranalysis.overlay.writer with parameters of type ColoredOverlayCollectionModifier and TypeMethodDescriptionvoid
DrawOverlay.drawOverlays
(ColoredOverlayCollection overlays, RGBStack stack, IdentifierGetter<Overlay> idGetter) Draw a collection of colored-overlays on top of aRGBStack
.