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 EntityFactory
CucaDiagram. entityFactory
Methods in net.atmp that return EntityFactory Modifier and Type Method Description EntityFactory
CucaDiagram. getEntityFactory()
-
Uses of EntityFactory in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return EntityFactory Modifier and Type Method Description EntityFactory
ICucaDiagram. getEntityFactory()
-
Uses of EntityFactory in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot that return EntityFactory Modifier and Type Method Description EntityFactory
DotData. 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 void
DotStringFactory. 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)
-