| author | Oktay Degirmenci <Oktay.Degirmenci@merck.de> |
| Thu Oct 29 16:29:50 2009 +0100 (3 weeks ago) | |
| changeset 75 | f1b21a77f5b0 |
| parent 74 | e089067afb78 |
| child 76 | 5c7e4debccd8 |
| molwind-core/src/main/java/org/molwind/graph/DefaultEntityGraph.java | file | annotate | diff | revisions |
1.1 --- a/molwind-core/src/main/java/org/molwind/graph/DefaultEntityGraph.java Thu Oct 29 15:56:19 2009 +0100 1.2 +++ b/molwind-core/src/main/java/org/molwind/graph/DefaultEntityGraph.java Thu Oct 29 16:29:50 2009 +0100 1.3 @@ -193,7 +193,14 @@ 1.4 return sw.toString(); 1.5 } 1.6 1.7 - 1.8 + 1.9 + /** 1.10 + * 1.11 + * Visualizes the Graph 1.12 + * 1.13 + * @param 1.14 + * the size of the Frame 1.15 + */ 1.16 public void viewGraph(int size){ 1.17 1.18 Layout layout = new CircleLayout(graph);