is there any easy method to define the placement speed of the nodes when using the SpringLayout? I am using the JUng library version 2.1.1.
I even created an own SpringLayout class to have the possibility to change any parameter, but changing the "movement speed" of the class "SpringVertexData" didn't change anything. Moreover, I tried to change the moveNodes() function, but again without any success. Or is there any easier way to change the movement/placement speed of the nodes, when using the SpringLayout?