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.