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.
Jung Java ライブラリを使用して簡単なグラフを作成します。ビューに頂点の ID を表示したいのですが、これを使用せずにグラフのみをレンダリングしました。どうやってするか?
http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/visualization/PluggableRenderContext.html#setVertexLabelTransformer(org.apache.commons.collections15.Transformer)
そして、Vertex クラスからその名前を抽出する Transformer を提供します。