How can I show weight of edge using prefuse jar files

36 views Asked by At

I am using Prefuse lib and creating a directed graph.

For creating a graph, I used

Graph g= new Graph(nodeTable,edgeTable,directed)

edgeTable includes

columns sourceNode, targetNode and weight

of the edge.

I need to show the weight of the edge.

0

There are 0 answers