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 ColoredOverlayCollectionOverlayCollectionMarkFactory.createColor(ColoredMarks marks, RegionMembershipWithFlags regionMembership) Creates aColoredOverlayCollectionfromColoredMarks.Methods in org.anchoranalysis.mpp.overlay with parameters of type ColoredOverlayCollectionModifier and TypeMethodDescriptionstatic ColoredMarksOverlayCollectionMarkFactory.marksFromOverlays(ColoredOverlayCollection overlays) CreatesColoredMarksfrom 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 TypeMethodDescriptionvoidDrawOverlay.drawOverlays(ColoredOverlayCollection overlays, RGBStack stack, IdentifierGetter<Overlay> idGetter) Draw a collection of colored-overlays on top of aRGBStack.