Java graph layout algorithms

前端 未结 1 2042
遇见更好的自我
遇见更好的自我 2021-02-04 19:59

In my Java application, i need some sort of a layout algorithm. The first approach is as follows:

  • Graphviz package needs to be installed
  • Create a dot file
1条回答
  •  我在风中等你
    2021-02-04 20:22

    I would recommend using the GraphStream API. It handles the DOT format and the visualization is quite nice.

    • Watch it in action in this video
    • See the file input demo here

    0 讨论(0)
提交回复
热议问题