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();
それはあなたが探しているものをあなたに与えると思います。