I am strugling to make gephi PApplet sensible to mouse events. I made MyRenderer and MyPreviewMouseListener but still no reaction on mouse.
If somebody managed with that, please help me!
My code is hosted here https://github.com/lapanoid/GephiVisApp, any comments would be highly appreciated.
Search found 6 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- 01 Oct 2013 19:36
- Forum:
- Topic: Developing interactive graph applet
- Replies: 13
- Views: 3756
- 01 Oct 2013 19:24
- Forum: QA: Ideas, Requests and Feedback
- Topic: Can I hide gui and show only "Graph" tab?
- Replies: 4
- Views: 5140
Re: Can I hide gui and show only "Graph" tab?
I have not got any progress particularly "Graph" tab, but I made some sample vizualization project https://github.com/lapanoid/GephiVisApp - it is based on https://gephi.org/toolkit/ and Preview component. Now I'm stuck in attempts making this app interactive, I wrote about it here http://forum.geph...
- 23 Sep 2013 13:02
- Forum: Visual Results
- Topic: Enable Node selection in Preview Applet
- Replies: 22
- Views: 23032
Re: Enable Node selection in Preview Applet
I am strugling to make gephi PApplet sensible to mouse events. I made MyRenderer and MyPreviewMouseListener but still no reaction on mouse.
If somebody managed with that, please help me!
My code is hosted here https://github.com/lapanoid/GephiVisApp, any comments would be highly appreciated.
If somebody managed with that, please help me!
My code is hosted here https://github.com/lapanoid/GephiVisApp, any comments would be highly appreciated.
- 13 Sep 2013 18:17
- Forum: QA: Ideas, Requests and Feedback
- Topic: Can I hide gui and show only "Graph" tab?
- Replies: 4
- Views: 5140
Re: Can I hide gui and show only "Graph" tab?
I've just found right direction of my searches http://forum.gephi.org/viewtopic.php?f=27&t=2473
- 13 Sep 2013 18:02
- Forum: QA: Ideas, Requests and Feedback
- Topic: Can I hide gui and show only "Graph" tab?
- Replies: 4
- Views: 5140
Re: Can I hide gui and show only "Graph" tab?
I am not sure but as I understood https://gephi.org/toolkit/ does not have UI at all, including graph interactive visualization, which I need.
- 13 Sep 2013 17:32
- Forum: QA: Ideas, Requests and Feedback
- Topic: Can I hide gui and show only "Graph" tab?
- Replies: 4
- Views: 5140
Can I hide gui and show only "Graph" tab?
I want to hide all layout, ranking and partition manipulations from finite user by scripting all that, but leave graph tab with it's zooming, panning and selection capabilities. Is it possible to do somehow?