Package org.anchoranalysis.plugin.mpp.bean.provider.collection

Implementation of MarkCollectionProvider.
  • Class Summary 
    Class Description
    CreateNew
    Creates a new empty collection of marks
    FromSingleMark
    Creates a MarkCollection from a single mark provided by a SingleMarkProvider.
    PointsFromObjects
    Creates a MarkCollection of point marks from an ObjectCollection.
    Reference
    Provides a MarkCollection by referencing it from the initialization context using an ID.
    ReferenceOrEmpty
    Returns an existing marks-collection or an empty set if it doesn't exist
    ScaleXY
    Scales the X and Y coordinates of marks in a MarkCollection using a ScaleCalculator.