Author: paperwing
Date: 2012-07-04 14:33:53 -0700 (Wed, 04 Jul 2012)
New Revision: 29763
Modified:
core3/impl/trunk/layout-cytoscape-impl/src/main/java/csapps/layout/CyActivator.java
Log:
refs #1204 Spring Embedded layout removed as it behaves exactly the same as the
Edge-weighted Spring Embedded layout
Modified:
core3/impl/trunk/layout-cytoscape-impl/src/main/java/csapps/layout/CyActivator.java
===================================================================
---
core3/impl/trunk/layout-cytoscape-impl/src/main/java/csapps/layout/CyActivator.java
2012-07-04 21:15:29 UTC (rev 29762)
+++
core3/impl/trunk/layout-cytoscape-impl/src/main/java/csapps/layout/CyActivator.java
2012-07-04 21:33:53 UTC (rev 29763)
@@ -43,7 +43,7 @@
AttributeCircleLayout attributeCircleLayout = new
AttributeCircleLayout(undo);
DegreeSortedCircleLayout degreeSortedCircleLayout = new
DegreeSortedCircleLayout(undo);
ISOMLayout ISOMLayout = new ISOMLayout(undo);
- BioLayoutKKAlgorithm bioLayoutKKAlgorithmFALSE = new
BioLayoutKKAlgorithm(false,undo);
+ // BioLayoutKKAlgorithm bioLayoutKKAlgorithmFALSE = new
BioLayoutKKAlgorithm(false,undo);
BioLayoutKKAlgorithm bioLayoutKKAlgorithmTRUE = new
BioLayoutKKAlgorithm(true,undo);
BioLayoutFRAlgorithm bioLayoutFRAlgorithm = new
BioLayoutFRAlgorithm(true,undo);
StackedNodeLayout stackedNodeLayout = new
StackedNodeLayout(undo);
--
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.