[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2017-02-14T14:14:34+01:00 https://forum-gephi.org/app.php/feed/topic/6141 2017-02-14T14:14:34+01:002017-02-14T14:14:34+01:00 https://forum-gephi.org/viewtopic.php?t=6141&p=14202#p14202 <![CDATA[Moving nodes in gephi]]>
Is there a simple way to drag a selected node using gephi,

I'm using the demo project, so in the MouseListnerTemplate I implement the moussePressed method to save the initial mouse click on the node
(X and Y ).
then in the mouseDragged method I set the node position with the PreviewMouseEvent X and Y attributes (selectedNode.setPosition(event.x, event.y);).

but that doesn't work as I want, the position of the node doesn't change.

And I think also that I need to change the postion of the edges related to this node,

Any ideas.

Thanks in advance.

Statistics:Posted by yacine — 14 Feb 2017 14:14


]]>