Uses of Class
org.anchoranalysis.mpp.bean.mark.factory.MarkFactory
Packages that use MarkFactory
Package
Description
Beans related to creating
Marks.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 TypeClassDescriptionclassA factory for creating Ellipse marks.classA factory for creating Ellipsoid marks.classA 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 TypeMethodDescriptionvoidMarkWithIdentifierFactory.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()TheMarkFactoryused to create new marks.Methods in org.anchoranalysis.plugin.points.bean with parameters of type MarkFactoryModifier and TypeMethodDescriptionvoidFitPointsFromObjects.setMarkFactory(MarkFactory markFactory) TheMarkFactoryused to create new marks.