Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以从 grappa(graphviz) 库中的 Graph 对象中获取表示图形的点语言?
此片段来自DemoApplet1_2.java:
StringWriter theGraph = new StringWriter(); graph.printGraph(theGraph); theGraph.toString();
我认为这会给你你正在寻找的东西。