Author: mes
Date: 2011-04-29 16:10:53 -0700 (Fri, 29 Apr 2011)
New Revision: 24864

Modified:
   
core3/layout-jgraph-impl/trunk/src/main/java/csplugins/layout/JGraphLayoutWrapper.java
Log:
initial layout api cleanup

Modified: 
core3/layout-jgraph-impl/trunk/src/main/java/csplugins/layout/JGraphLayoutWrapper.java
===================================================================
--- 
core3/layout-jgraph-impl/trunk/src/main/java/csplugins/layout/JGraphLayoutWrapper.java
      2011-04-29 22:44:10 UTC (rev 24863)
+++ 
core3/layout-jgraph-impl/trunk/src/main/java/csplugins/layout/JGraphLayoutWrapper.java
      2011-04-29 23:10:53 UTC (rev 24864)
@@ -34,7 +34,8 @@
         * Creates a new GridNodeLayout object.
         */
        public JGraphLayoutWrapper(UndoSupport un, int layout_type) {
-               super(un);
+               // names here will be overridden by provided methods
+               super(un, "jgraph", "jgraph");
                
                this.layout_type = layout_type;
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to