文件名称:graphviz4j:GraphViz 图形构建器和解析器
文件大小:153KB
文件格式:ZIP
更新时间:2024-06-18 14:09:00
Java
graphviz4j Java GraphViz 图形构建器和解析器。 建立GraphViz图 这被设计为用于构建 GraphViz 图的流畅 API。 使用“范围”的概念,可以在相同的节点上将多个子图生成到同一个 GraphVizGraph 中,否则为空接口。 GraphVizGraph graph = new GraphVizGraph(); GraphVizScope scope = ...; // any object. graph.node(scope, a).label("Node A"); graph.node(scope, b).label("Node B"); graph.edge(scope, a, b).label("My edge"); graph.writeTo(new File("out.dot")); 为方便起见,GraphVizable 接口是为希望
【文件预览】:
graphviz4j-master
----graphviz-builder-jgrapht()
--------build.gradle(0B)
--------src()
----.gitignore(764B)
----settings.gradle(106B)
----build.gradle(1KB)
----src()
--------main()
----gradlew(6KB)
----codequality()
--------HEADER(551B)
--------checkstyle.xml(7KB)
----graphviz-builder()
--------build.gradle(0B)
--------src()
----README.md(1KB)
----gradlew.bat(3KB)
----gradle.properties(24B)
----graphviz-parser()
--------build.gradle(0B)
--------src()
----gradle()
--------wrapper()
--------filter.xml(387B)