Uses of Class
org.anchoranalysis.mpp.mark.ColoredMarks
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.mark |
Non-bean classes related to
Marks. |
| org.anchoranalysis.mpp.overlay |
-
Uses of ColoredMarks in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that return ColoredMarks Modifier and Type Method Description ColoredMarksColoredMarks. createMerged(ColoredMarks toMerge)Merges this ColoredMarks with another, avoiding duplicates.ColoredMarksColoredMarks. deepCopy()Creates a deep copy of this ColoredMarks instance.ColoredMarksColoredMarks. shallowCopy()Creates a shallow copy of this ColoredMarks instance.ColoredMarksColoredMarks. subsetWhereBBoxIntersects(Dimensions dimensions, int regionID, List<org.anchoranalysis.spatial.box.BoundingBox> intersectList)Creates a subset of marks whose bounding boxes intersect with given boxes.Methods in org.anchoranalysis.mpp.mark with parameters of type ColoredMarks Modifier and Type Method Description voidColoredMarks. addAll(ColoredMarks marks)Adds all marks and colors from another ColoredMarks instance.ColoredMarksColoredMarks. 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 ColoredMarks Modifier and Type Method Description static ColoredMarksOverlayCollectionMarkFactory. marksFromOverlays(ColoredOverlayCollection overlays)CreatesColoredMarksfrom aColoredOverlayCollection.Methods in org.anchoranalysis.mpp.overlay with parameters of type ColoredMarks Modifier and Type Method Description static ColoredOverlayCollectionOverlayCollectionMarkFactory. createColor(ColoredMarks marks, RegionMembershipWithFlags regionMembership)Creates aColoredOverlayCollectionfromColoredMarks.