Uses of Class
org.anchoranalysis.mpp.mark.ColoredMarks
Packages that use ColoredMarks
-
Uses of ColoredMarks in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that return ColoredMarksModifier and TypeMethodDescriptionColoredMarks.createMerged(ColoredMarks toMerge) Merges this ColoredMarks with another, avoiding duplicates.ColoredMarks.deepCopy()Creates a deep copy of this ColoredMarks instance.ColoredMarks.shallowCopy()Creates a shallow copy of this ColoredMarks instance.ColoredMarks.subsetWhereBBoxIntersects(Dimensions dimensions, int regionID, List<BoundingBox> intersectList) Creates a subset of marks whose bounding boxes intersect with given boxes.Methods in org.anchoranalysis.mpp.mark with parameters of type ColoredMarksModifier and TypeMethodDescriptionvoidColoredMarks.addAll(ColoredMarks marks) Adds all marks and colors from another ColoredMarks instance.ColoredMarks.createMerged(ColoredMarks toMerge) Merges this ColoredMarks with another, avoiding duplicates. -
Uses of ColoredMarks in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that return ColoredMarksModifier and TypeMethodDescriptionstatic ColoredMarksOverlayCollectionMarkFactory.marksFromOverlays(ColoredOverlayCollection overlays) CreatesColoredMarksfrom aColoredOverlayCollection.Methods in org.anchoranalysis.mpp.overlay with parameters of type ColoredMarksModifier and TypeMethodDescriptionstatic ColoredOverlayCollectionOverlayCollectionMarkFactory.createColor(ColoredMarks marks, RegionMembershipWithFlags regionMembership) Creates aColoredOverlayCollectionfromColoredMarks.