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 with parameters of type DotModeModifier and TypeMethodDescriptionvoid
CucaDiagramSimplifierActivity.simplify
(CucaDiagram diagram, StringBounder stringBounder, DotMode dotMode) void
CucaDiagramSimplifierState.simplify
(CucaDiagram diagram, StringBounder stringBounder, DotMode dotMode) -
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
SvekEdge.appendLine
(GraphvizVersion graphvizVersion, StringBuilder sb, DotMode dotMode, DotSplines dotSplines) DotStringFactory.getSvg
(StringBounder stringBounder, DotMode dotMode, BaseFile basefile, String[] dotOptions) Cluster.printCluster2
(StringBuilder sb, Collection<SvekEdge> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type) void
Cluster.printCluster3_forKermor
(StringBuilder sb, Collection<SvekEdge> lines, StringBounder stringBounder, DotMode dotMode, GraphvizVersion graphvizVersion, UmlDiagramType type) Constructors in net.sourceforge.plantuml.svek with parameters of type DotModeModifierConstructorDescriptionGraphvizImageBuilder
(DotData dotData, UmlSource source, Pragma pragma, SName styleName, DotMode dotMode, DotStringFactory dotStringFactory, ClusterManager clusterManager) GroupMakerActivity
(CucaDiagram diagram, Entity group, StringBounder stringBounder, DotMode dotMode) GroupMakerState
(CucaDiagram diagram, Entity group, StringBounder stringBounder, DotMode dotMode)