Uses of Interface
net.sourceforge.plantuml.dot.GraphvizVersion
Packages that use GraphvizVersion
Package
Description
-
Uses of GraphvizVersion in net.sourceforge.plantuml.dot
Fields in net.sourceforge.plantuml.dot declared as GraphvizVersionMethods in net.sourceforge.plantuml.dot that return GraphvizVersionModifier and TypeMethodDescriptionGraphvizVersionFinder.getVersion()
GraphvizVersions.getVersion
(File f) -
Uses of GraphvizVersion in net.sourceforge.plantuml.svek
Methods in net.sourceforge.plantuml.svek that return GraphvizVersionMethods in net.sourceforge.plantuml.svek with parameters of type GraphvizVersionModifier and TypeMethodDescriptionvoid
SvekEdge.appendLine
(GraphvizVersion graphvizVersion, StringBuilder sb, DotMode dotMode, DotSplines dotSplines) static void
SvekEdge.appendTable
(StringBuilder sb, XDimension2D dim, int col, GraphvizVersion graphvizVersion) static IEntityImage
GeneralImageBuilder.createEntityImageBlock
(Entity leaf, boolean isHideEmptyDescriptionForState, PortionShower portionShower, Bibliotekon bibliotekon, GraphvizVersion graphvizVersion, Collection<Link> links) 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 GraphvizVersionModifierConstructorDescriptionSvekEdge
(Link link, ISkinParam skinParam, StringBounder stringBounder, FontConfiguration font, FontConfiguration cardinalityFont, Bibliotekon bibliotekon, Pragma pragma, GraphvizVersion graphvizVersion) -
Uses of GraphvizVersion in net.sourceforge.plantuml.vizjs
Methods in net.sourceforge.plantuml.vizjs that return GraphvizVersionModifier and TypeMethodDescriptionstatic GraphvizVersion
GraphvizJs.getGraphvizVersion
(boolean modeSafe)