Uses of Class
org.anchoranalysis.mpp.mark.MarkCollection
Packages that use MarkCollection
Package
Description
Operations based on sets of points.
Proposing
Marks or other data-structures with particular
attributes.Parameters used to initialize certain types of beans.
Non-bean classes related to
Marks.-
Uses of MarkCollection in org.anchoranalysis.mpp.bean.points
Methods in org.anchoranalysis.mpp.bean.points with parameters of type MarkCollectionModifier and TypeMethodDescriptionCreateMarkFromPoints.fitMarkToPointsFromMarks(MarkCollection marks, Dimensions dimensions) Extracts points from marks, creates a new mark, and fits this mark to the extracted points. -
Uses of MarkCollection in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer that return types with arguments of type MarkCollectionModifier and TypeMethodDescriptionabstract Optional<MarkCollection> MarkCollectionProposer.propose(MarkWithIdentifierFactory markFactory, ProposerContext context) Proposes a collection of marks.Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type MarkCollectionModifier and TypeMethodDescriptionMarkFromCollectionProposer.selectMarkFrom(MarkCollection marks, ProposerContext context) Selects a mark from a collection of marks. -
Uses of MarkCollection in org.anchoranalysis.mpp.bean.provider
Subclasses with type arguments of type MarkCollection in org.anchoranalysis.mpp.bean.provider -
Uses of MarkCollection in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type MarkCollection -
Uses of MarkCollection in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that return MarkCollectionModifier and TypeMethodDescriptionMarkCollection.createMerged(MarkCollection toMerge) Creates a new collection by merging this collection with another.MarkCollection.deepCopy()Creates a deep copy of the collection.ColoredMarks.getMarks()Finds marks at a specific point that belong to a specific region.MarkCollection.shallowCopy()Creates a shallow copy of the collection.Methods in org.anchoranalysis.mpp.mark with parameters of type MarkCollectionModifier and TypeMethodDescriptionvoidColoredMarks.addAll(MarkCollection marks, RGBColor color) Adds all marks from a MarkCollection with the same color.voidMarkCollection.addAll(MarkCollection marks) Adds all marks from another collection to this collection.MarkCollection.createMerged(MarkCollection toMerge) Creates a new collection by merging this collection with another.booleanMarkCollection.equalsDeep(MarkCollection other) Checks if this collection is deeply equal to another.Constructors in org.anchoranalysis.mpp.mark with parameters of type MarkCollectionModifierConstructorDescriptionColoredMarks(MarkCollection marks, ColorIndex colorIndex, IdentifierGetter<Mark> colorIDGetter) Creates a ColoredMarks instance from a MarkCollection and assigns colors based on a ColorIndex.ColoredMarks(MarkCollection marks, ColorList colorList) -
Uses of MarkCollection in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that return MarkCollectionModifier and TypeMethodDescriptionstatic MarkCollectionOverlayCollectionMarkFactory.marksFromOverlays(OverlayCollection overlays) Creates aMarkCollectionfrom anOverlayCollection.Methods in org.anchoranalysis.mpp.overlay with parameters of type MarkCollectionModifier and TypeMethodDescriptionstatic OverlayCollectionOverlayCollectionMarkFactory.createWithoutColor(MarkCollection marks, RegionMembershipWithFlags regionMembership) Creates anOverlayCollectionfrom aMarkCollectionwithout color information.