Uses of Class
org.anchoranalysis.mpp.bean.mark.factory.MarkFactory
Packages that use MarkFactory
Package
Description
Beans related to creating
Mark
s.Beans that fit or otherwise manipulate sets of points.
-
Uses of MarkFactory in org.anchoranalysis.mpp.bean.mark.factory
Subclasses of MarkFactory in org.anchoranalysis.mpp.bean.mark.factoryModifier and TypeClassDescriptionclass
A factory for creating Ellipse marks.class
A factory for creating Ellipsoid marks.class
A factory for creating PointList marks.Methods in org.anchoranalysis.mpp.bean.mark.factory that return MarkFactoryModifier and TypeMethodDescriptionMarkWithIdentifierFactory.getTemplateMark()
A template mark factory from which all new marks are created.Methods in org.anchoranalysis.mpp.bean.mark.factory with parameters of type MarkFactoryModifier and TypeMethodDescriptionvoid
MarkWithIdentifierFactory.setTemplateMark
(MarkFactory templateMark) A template mark factory from which all new marks are created.Constructors in org.anchoranalysis.mpp.bean.mark.factory with parameters of type MarkFactoryModifierConstructorDescriptionMarkWithIdentifierFactory
(MarkFactory templateMark) Constructs a MarkWithIdentifierFactory with a specified template mark factory. -
Uses of MarkFactory in org.anchoranalysis.plugin.points.bean
Methods in org.anchoranalysis.plugin.points.bean that return MarkFactoryModifier and TypeMethodDescriptionFitPointsFromObjects.getMarkFactory()
TheMarkFactory
used to create new marks.Methods in org.anchoranalysis.plugin.points.bean with parameters of type MarkFactoryModifier and TypeMethodDescriptionvoid
FitPointsFromObjects.setMarkFactory
(MarkFactory markFactory) TheMarkFactory
used to create new marks.