Uses of Class
org.anchoranalysis.mpp.bean.mark.factory.MarkFactory
Packages that use MarkFactory
-
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.Subclasses with type arguments of type MarkFactory in org.anchoranalysis.mpp.bean.mark.factoryModifier and TypeClassDescriptionclassAn abstract base class for factories that create Mark objects.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.