From: Thomas H. <tho...@ru...> - 2012-10-18 14:01:47
|
Dear Community, I am enthusiastically using JGraphT for my graph theoretical researches. Hence, I want to change something about the visualization with the included JGraph-File: Let G be a directed graph with weighted edges. When "drawing" G, the appled sets the captions for each edge like "(source-vertex : destination-vertex)". How can I customize this pattern? I actually want the edge's weight be printed on the screen; not its vertexes. Is there a way to do this? Thank you very much! Kind Regards Thomas |