Uses of Enum Class
net.sourceforge.plantuml.svek.DotMode
Packages that use DotMode
-
Uses of DotMode in net.sourceforge.plantuml.dot
Methods in net.sourceforge.plantuml.dot that return DotModeConstructors in net.sourceforge.plantuml.dot with parameters of type DotModeModifierConstructorDescriptionDotData
(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 DotMode in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek that return DotModeModifier and TypeMethodDescriptionstatic DotMode
Returns the enum constant of this class with the specified name.static DotMode[]
DotMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.svek with parameters of type DotModeModifier and TypeMethodDescriptionvoid
SvekLine.appendLine
(GraphvizVersion graphvizVersion, StringBuilder sb, DotMode dotMode, DotSplines dotSplines) Cluster.printCluster2
(StringBuilder sb, Collection<SvekLine> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type) void
Cluster.printCluster3_forKermor
(StringBuilder sb, Collection<SvekLine> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type)