Uses of Class
org.anchoranalysis.mpp.bean.mark.factory.MarkFactory
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.mark.factory |
Beans related to creating
Marks. |
-
Uses of MarkFactory in org.anchoranalysis.mpp.bean.mark.factory
Subclasses of MarkFactory in org.anchoranalysis.mpp.bean.mark.factory Modifier and Type Class Description classMarkEllipseFactoryA factory for creating Ellipse marks.classMarkEllipsoidFactoryA factory for creating Ellipsoid marks.classMarkPointListFactoryA factory for creating PointList marks.Methods in org.anchoranalysis.mpp.bean.mark.factory that return MarkFactory Modifier and Type Method Description MarkFactoryMarkWithIdentifierFactory. getTemplateMark()A template mark factory from which all new marks are created.Methods in org.anchoranalysis.mpp.bean.mark.factory with parameters of type MarkFactory Modifier and Type Method Description voidMarkWithIdentifierFactory. 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 MarkFactory Constructor Description MarkWithIdentifierFactory(MarkFactory templateMark)Constructs a MarkWithIdentifierFactory with a specified template mark factory.