Post Reply 
AggregateDecorator demo
21-07-2009, 12:47 AM
Post: #11
RE: AggregateDecorator demo
How on God's green Earth is it possible to remove nodes when the aggregate bubble is showing?

The AggregateLayout is constantly iterating through tuples, so when you try to remove a node you get a ConcurrentModificationException.

Is there a way around this?
Find all posts by this user
Quote this message in a reply
28-12-2009, 06:59 PM
Post: #12
RE: AggregateDecorator demo
(21-07-2009 12:47 AM)JDB1983 Wrote:  How on God's green Earth is it possible to remove nodes when the aggregate bubble is showing?

The AggregateLayout is constantly iterating through tuples, so when you try to remove a node you get a ConcurrentModificationException.

Is there a way around this?

I'm facing the exact same problem. Did you find a solution ?
Find all posts by this user
Quote this message in a reply
27-04-2010, 08:38 AM
Post: #13
RE: AggregateDecorator demo
How on God's green Earth is it possible to remove nodes when the aggregate bubble is showing?

The AggregateLayout is constantly iterating through tuples, so when you try to remove a node you get a ConcurrentModificationException.

A lot of information here
ccna
for Study 000-083
for help
83-640 exam.
Find all posts by this user
Quote this message in a reply
12-07-2010, 08:49 AM
Post: #14
JR Split File 1.2
Looking for the best?. Visit - JR Split File 1.2
Find all posts by this user
Quote this message in a reply
05-08-2010, 12:21 PM
Post: #15
Screen boundaries
Hi,

First, I wanted to thank you for this great demo ! It really helped me getting something working quickly and starting to understand how Prefuse really works. I must confess I'm still a noob...

I've been able to add many things to the original demo, but I'm stuck with a problem I don't really understand. Let me explain: when you zoom in, or if your graph is quite big, the graph's bigger than your screen. My problem is that the graph doesn't want to go "out of my screen". It constantly recalculates itself so as to fit in the screen (as if my screen boundaries were some kind of wall or something), which can be pretty horrible when you have 10k nodes in your graph. I don't want it to fit my screen.

I don't know if I'm clear... + english is not my native language :s.

I've read the code again and again and can't find what I need to deactivate in order to stop it.

Could someone help me with it ?
Thank you for your help !
Find all posts by this user
Quote this message in a reply
05-08-2010, 02:03 PM
Post: #16
RE: AggregateDecorator demo
I found where it came from !

I spent hours trying to figure it out and I've found the solution right after posting my message here -_-...

In case someone has the same problem: it comes from

Code:
layout.add(new ForceDirectedLayout(GRAPH, true));
Getting rid of "true" solves it !

Thanks anyway and thanks again for your great demo !
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: