Well, i got it working except one last glitch .
Whenever I add a new node to the graph, if the graph resets all node
positions to initial x,y coordinates specified in XML file ( I am
using DirectPlacementLayouter)
This is how I am adding a new node --->(vgraph).addVNodeAsChild
(childData.@id, childData, startRoot.node);
Is there a way to suppress full refresh of graph at this point ?