Drawing graph from Hashmap using Prefuse in Java

300 Views Asked by At

I have a hashmap and I want to draw a graph with it. All the values of the hashmap will be node and they will all be connected with a single common node given by user. Also, the keys of the hash map will be used to label the directed edge between the root and the nodes.

I'm new to prefuse. Is it possible to do this ? Some related examples will help me greatly.

Thanks in advance.

0

There are 0 best solutions below