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
SvekLine.appendLine
(GraphvizVersion graphvizVersion, StringBuilder sb, DotMode dotMode, DotSplines dotSplines) static void
SvekLine.appendTable
(StringBuilder sb, XDimension2D dim, int col, GraphvizVersion graphvizVersion) static IEntityImage
GeneralImageBuilder.createEntityImageBlock
(Entity leaf, ISkinParam skinParam, boolean isHideEmptyDescriptionForState, PortionShower portionShower, Bibliotekon bibliotekon, GraphvizVersion graphvizVersion, UmlDiagramType umlDiagramType, Collection<Link> links) 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) Constructors in net.sourceforge.plantuml.svek with parameters of type GraphvizVersionModifierConstructorDescriptionSvekLine
(Link link, ColorSequence colorSequence, ISkinParam skinParam, StringBounder stringBounder, FontConfiguration font, 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)