-
Great! It worked. Thanks a lot!
-Saeed.
2009-07-08 17:53:13 UTC in Java Universal Network/Graph Framework
-
Thanks Joshua and Tom for replies.
I am going to use maven but still I need a 'password' to check out the project from cvs. I am using:
cvs -d:pserver:anonymous@jung.cvs.sourceforge.net:/cvsroot/jung login
and it asks for CVS password. Could you please help me with that?
Best wishes,
Saeed.
2009-07-08 17:20:11 UTC in Java Universal Network/Graph Framework
-
Hi,
Since there is not a public method to set/get maximum number of iterations in DAGLayout, I have to change the source file and make a new jar file.
However the source code is not coming with an ant file (i.e. build.xml). Could you please tell me how I can build the jar file? It is very urgent!
Best wishes,
Saeed.
2009-07-08 16:17:29 UTC in Java Universal Network/Graph Framework
-
DAGLayout does not have a public method to set the number of iterations used.
2009-07-06 20:27:24 UTC in Java Universal Network/Graph Framework
-
Joshua:
OK, But after modifying DagLayout.java how could I compile it? Is there an ant file available to build the jar files?
Best,
Saeed.
2009-07-03 17:29:53 UTC in Java Universal Network/Graph Framework
-
Hi All,
I am using DAG Layout to draw my graph.
My graph has about 150 nodes and it looks shaking for a few minutes after drawing before it settles down. (Some nodes and edges move back and force for a few minutes).
I assume it is like that because DAG Layout is iterative and self adjusting.
In that case is there anyway to reduce its iteration number? I look at that the API and there is no...
2009-07-02 18:43:40 UTC in Java Universal Network/Graph Framework
-
Hi,
For a graph I have three corresponding hashmaps:
- first hashmap contains a color for each node of the graph
- second hashmap contains a color for each edge of the graph
- the last hashmap contains a String label for each node of the graph.
I want to add the contents of these hashmaps to the graph that I already drew with Jung.
Different types of Transformers and their signatures...
2009-07-01 04:35:41 UTC in Java Universal Network/Graph Framework
-
Thanks!
Saeed.
2009-07-01 04:26:30 UTC in Java Universal Network/Graph Framework
-
Hi,
Is there a way to draw a directed graph with parallel edges in Jung? (i.e. Is it possible to have multiple edges between two nodes in the same direction)?
I appreciate your help,
Saeed.
2009-06-30 22:35:57 UTC in Java Universal Network/Graph Framework
-
Thanks Joshua!
It was quite helpful.
Best,
Saeed.
2009-06-30 04:25:00 UTC in Java Universal Network/Graph Framework