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.