1

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.

Venkata Gogu
  • 1,021
  • 10
  • 25
  • 1
    May be you should refer to this http://stackoverflow.com/questions/8010823/prefuse-adding-edge-weights-to-the-graphview-demo – Nikhil Kulkarni May 09 '16 at 02:38
  • If this is _not_ a duplicate, please edit your question with a [mcve] that shows your current approach. – trashgod May 09 '16 at 09:40

0 Answers0