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 TypeClassDescriptionclassCreates a new empty collection of marksclassCreates aMarkCollectionfrom a single mark provided by aSingleMarkProvider.classCreates aMarkCollectionof point marks from anObjectCollection.classProvides aMarkCollectionby referencing it from the initialization context using an ID.classReturns an existing marks-collection or an empty set if it doesn't existclassScales the X and Y coordinates of marks in aMarkCollectionusing aScaleCalculator.Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection that return MarkCollectionProviderModifier and TypeMethodDescriptionScaleXY.getMarks()The provider for theMarkCollectionto be scaled.Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection with parameters of type MarkCollectionProviderModifier and TypeMethodDescriptionvoidScaleXY.setMarks(MarkCollectionProvider marks) The provider for theMarkCollectionto 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 TypeClassDescriptionclassAMarkCollectionProviderthat fits points from objects to create marks.