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 OverlayCollectionOverlayCollectionMarkFactory.createWithoutColor(MarkCollection marks, RegionMembershipWithFlags regionMembership) Creates anOverlayCollectionfrom aMarkCollectionwithout color information.Methods in org.anchoranalysis.mpp.overlay with parameters of type OverlayCollectionModifier and TypeMethodDescriptionstatic MarkCollectionOverlayCollectionMarkFactory.marksFromOverlays(OverlayCollection overlays) Creates aMarkCollectionfrom 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 newColoredOverlayCollectioninstance.