Uses of Class
org.anchoranalysis.overlay.collection.OverlayCollection
Packages that use OverlayCollection
-
Uses of OverlayCollection in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that return OverlayCollectionModifier and TypeMethodDescriptionstatic OverlayCollection
OverlayCollectionMarkFactory.createWithoutColor
(MarkCollection marks, RegionMembershipWithFlags regionMembership) Creates anOverlayCollection
from aMarkCollection
without color information.Methods in org.anchoranalysis.mpp.overlay with parameters of type OverlayCollectionModifier and TypeMethodDescriptionstatic MarkCollection
OverlayCollectionMarkFactory.marksFromOverlays
(OverlayCollection overlays) Creates aMarkCollection
from anOverlayCollection
. -
Uses of OverlayCollection in org.anchoranalysis.overlay.collection
Methods in org.anchoranalysis.overlay.collection that return OverlayCollectionModifier and TypeMethodDescriptionColoredOverlayCollection.getOverlays()
The collection of overlays, each element corresponding tocolors
.Constructors in org.anchoranalysis.overlay.collection with parameters of type OverlayCollectionModifierConstructorDescriptionColoredOverlayCollection
(OverlayCollection overlays, ColorList colors) Creates a newColoredOverlayCollection
instance.