Uses of Class
net.sourceforge.plantuml.abel.EntityFactory
Packages that use EntityFactory
Package
Description
-
Uses of EntityFactory in net.atmp
Fields in net.atmp declared as EntityFactoryMethods in net.atmp that return EntityFactory -
Uses of EntityFactory in net.sourceforge.plantuml.cucadiagram
Methods in net.sourceforge.plantuml.cucadiagram that return EntityFactory -
Uses of EntityFactory in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot that return EntityFactoryConstructors in net.sourceforge.plantuml.dot with parameters of type EntityFactoryModifierConstructorDescriptionDotData
(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 EntityFactoryModifier and TypeMethodDescriptionvoid
DotStringFactory.solve
(EntityFactory entityFactory, String svg) Constructors in net.sourceforge.plantuml.svek with parameters of type EntityFactoryModifierConstructorDescriptionGeneralImageBuilder
(DotData dotData, EntityFactory entityFactory, UmlSource source, Pragma pragma, StringBounder stringBounder, SName styleName)