Search found 4 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- 16 Sep 2013 15:07
- Forum:
- Topic: Developing interactive graph applet
- Replies: 13
- Views: 3756
Re: Developing interactive graph applet
Hi, I also have a similar case. I managed to implement the PreviewMouseListener and Renderer together with MouseResponsiveRenderer. So I am notified when there is a click event. What I am trying to do now is to figure out which node was clicked. The problem is that PreviewMouseEvent's coordinates ar...
- 16 Jul 2013 22:05
- Forum: Visual Results
- Topic: Visualizing Dynamic network using OpenGL viz engine
- Replies: 1
- Views: 3350
Re: Visualizing Dynamic network using OpenGL viz engine
Hi,
I am trying to accomplish the same? Did you find any solution?
Thank you in advance!
I am trying to accomplish the same? Did you find any solution?
Thank you in advance!
- 16 Jul 2013 15:56
- Forum: Visual Results
- Topic: Animated Preview
- Replies: 4
- Views: 5922
Re: Animated Preview
Hi,
You say that Overview uses OpenGL and Preview Java2D. Does this mean that the animation which we see e.g. during a layout execution in gephi app [Overview] is not possible using the toolkit with the same smoothness? Or is there some other way to accomplish that?
Thanks!
You say that Overview uses OpenGL and Preview Java2D. Does this mean that the animation which we see e.g. during a layout execution in gephi app [Overview] is not possible using the toolkit with the same smoothness? Or is there some other way to accomplish that?
Thanks!
- 16 Jul 2013 11:13
- Forum: Dynamics
- Topic: Layout animation
- Replies: 0
- Views: 2360
Layout animation
Hi, Using the toolkit I want to make the layouting of a graph animated as in the gephi app - change the node's position on every iteration of goAlgo()... Currently I am calling: previewController.refreshPreview(); target.refresh(); target.resetZoom(); ...but this way everything is re-rendered and th...