Uses of Class
net.sourceforge.plantuml.abel.EntityFactory
-
Packages that use EntityFactory Package Description net.atmp net.sourceforge.plantuml.cucadiagram net.sourceforge.plantuml.dot net.sourceforge.plantuml.svek -
-
Uses of EntityFactory in net.atmp
Fields in net.atmp declared as EntityFactory Modifier and Type Field Description protected EntityFactoryCucaDiagram. entityFactoryMethods in net.atmp that return EntityFactory Modifier and Type Method Description EntityFactoryCucaDiagram. getEntityFactory() -
Uses of EntityFactory in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return EntityFactory Modifier and Type Method Description EntityFactoryICucaDiagram. getEntityFactory() -
Uses of EntityFactory in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot that return EntityFactory Modifier and Type Method Description EntityFactoryDotData. getEntityFactory()Constructors in net.sourceforge.plantuml.dot with parameters of type EntityFactory Constructor Description DotData(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma)DotData(Entity topParent, List<Link> links, Collection<Entity> leafs, UmlDiagramType umlDiagramType, ISkinParam skinParam, GroupHierarchy groupHierarchy, PortionShower portionShower, EntityFactory entityFactory, boolean isHideEmptyDescriptionForState, DotMode dotMode, String namespaceSeparator, Pragma pragma) -
Uses of EntityFactory in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek with parameters of type EntityFactory Modifier and Type Method Description voidDotStringFactory. solve(EntityFactory entityFactory, String svg)Constructors in net.sourceforge.plantuml.svek with parameters of type EntityFactory Constructor Description GeneralImageBuilder(DotData dotData, EntityFactory entityFactory, UmlSource source, Pragma pragma, StringBounder stringBounder, SName styleName)
-