Uses of Class
org.anchoranalysis.mpp.bean.provider.MarksBaseProvider
Packages that use MarksBaseProvider
Package
Description
Implementation of
MarkCollectionProvider
.Beans that fit or otherwise manipulate sets of points.
-
Uses of MarksBaseProvider in org.anchoranalysis.mpp.bean.provider
Subclasses of MarksBaseProvider in org.anchoranalysis.mpp.bean.providerModifier and TypeClassDescriptionclass
An abstract provider forMarkBounds
.class
Provides a collection of marksclass
Provides (maybe) a single mark -
Uses of MarksBaseProvider in org.anchoranalysis.plugin.mpp.bean.provider.collection
Subclasses of MarksBaseProvider in org.anchoranalysis.plugin.mpp.bean.provider.collectionModifier and TypeClassDescriptionclass
Creates a new empty collection of marksclass
Creates aMarkCollection
from a single mark provided by aSingleMarkProvider
.class
Creates aMarkCollection
of point marks from anObjectCollection
.class
Provides aMarkCollection
by referencing it from the initialization context using an ID.class
Returns an existing marks-collection or an empty set if it doesn't existclass
Scales the X and Y coordinates of marks in aMarkCollection
using aScaleCalculator
. -
Uses of MarksBaseProvider in org.anchoranalysis.plugin.points.bean
Subclasses of MarksBaseProvider in org.anchoranalysis.plugin.points.beanModifier and TypeClassDescriptionclass
AMarkCollectionProvider
that fits points from objects to create marks.