Uses of Class
org.anchoranalysis.mpp.bean.MarksBean
Packages that use MarksBean
Package
Description
Proposing
Mark
s or other data-structures with particular
attributes.Implementation of
MarkCollectionProvider
.Beans that fit or otherwise manipulate sets of points.
-
Uses of MarksBean in org.anchoranalysis.mpp.bean.proposer
Subclasses of MarksBean in org.anchoranalysis.mpp.bean.proposerModifier and TypeClassDescriptionclass
An abstract base class for proposing an entire collection (configuration) of marks.class
An abstract base class for proposing a selection of a single mark from a collection of marks.class
An abstract base class for proposing merges between marks.class
An abstract base class for proposing changes to a mark.class
An abstract base class for proposing splits of a mark into two new marks.class
An abstract base class for proposing orientations for marks.class
An abstract base class for proposing positions.class
ProposerBean<T>
An abstract base class for proposer beans in the MPP (Marked Point Process) framework.class
An abstract base class for proposing radii in a 3D space. -
Uses of MarksBean in org.anchoranalysis.mpp.bean.provider
Subclasses of MarksBean in org.anchoranalysis.mpp.bean.providerModifier and TypeClassDescriptionclass
An abstract provider forMarkBounds
.class
Provides a collection of marksclass
MarksBaseProvider<T,
S> class
Provides (maybe) a single mark -
Uses of MarksBean in org.anchoranalysis.plugin.mpp.bean.provider.collection
Subclasses of MarksBean 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 MarksBean in org.anchoranalysis.plugin.points.bean
Subclasses of MarksBean in org.anchoranalysis.plugin.points.beanModifier and TypeClassDescriptionclass
class
AMarkCollectionProvider
that fits points from objects to create marks.