SourceForge: molwind/molwind: changeset 75:f1b21a77f5b0
Adapted for viewing the Graph
authorOktay Degirmenci <Oktay.Degirmenci@merck.de>
Thu Oct 29 16:29:50 2009 +0100 (3 weeks ago)
changeset 75f1b21a77f5b0
parent 74e089067afb78
child 765c7e4debccd8
Adapted for viewing the Graph
molwind-core/src/main/java/org/molwind/graph/DefaultEntityGraph.java
     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);