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.
我正在使用 Prefuse lib 并创建一个有向图。
为了创建图表,我使用了
Graph g= new Graph(nodeTable,edgeTable,directed)
edgeTable 包括
列 sourceNode、targetNode 和权重
的边缘。
我需要显示边缘的重量。