Uses of Class
org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider
Packages that use MarkCollectionProvider
Package
Description
Implementations of
ObjectCollectionProvider
.Implementation of
MarkCollectionProvider
.Implementations of
StackProvider
involving
Mark
or related classes.Beans that fit or otherwise manipulate sets of points.
-
Uses of MarkCollectionProvider in org.anchoranalysis.plugin.mpp.bean.object.provider
Methods in org.anchoranalysis.plugin.mpp.bean.object.provider that return MarkCollectionProviderMethods in org.anchoranalysis.plugin.mpp.bean.object.provider with parameters of type MarkCollectionProvider -
Uses of MarkCollectionProvider in org.anchoranalysis.plugin.mpp.bean.provider.collection
Modifier 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
.Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection that return MarkCollectionProviderModifier and TypeMethodDescriptionScaleXY.getMarks()
The provider for theMarkCollection
to be scaled.Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection with parameters of type MarkCollectionProviderModifier and TypeMethodDescriptionvoid
ScaleXY.setMarks
(MarkCollectionProvider marks) The provider for theMarkCollection
to be scaled. -
Uses of MarkCollectionProvider in org.anchoranalysis.plugin.mpp.bean.stack.provider
Methods in org.anchoranalysis.plugin.mpp.bean.stack.provider that return MarkCollectionProviderMethods in org.anchoranalysis.plugin.mpp.bean.stack.provider with parameters of type MarkCollectionProvider -
Uses of MarkCollectionProvider in org.anchoranalysis.plugin.points.bean
Subclasses of MarkCollectionProvider in org.anchoranalysis.plugin.points.beanModifier and TypeClassDescriptionclass
AMarkCollectionProvider
that fits points from objects to create marks.