Author: paperwing
Date: 2012-07-04 14:38:48 -0700 (Wed, 04 Jul 2012)
New Revision: 29764
Modified:
core3/impl/trunk/layout-cytoscape-impl/src/main/java/csapps/layout/CyActivator.java
Log:
Missing from r29763
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:33:53 UTC (rev 29763)
+++
core3/impl/trunk/layout-cytoscape-impl/src/main/java/csapps/layout/CyActivator.java
2012-07-04 21:38:48 UTC (rev 29764)
@@ -86,12 +86,14 @@
ISOMLayoutProps.setProperty(MENU_GRAVITY,"10.9");
registerService(bc,ISOMLayout,CyLayoutAlgorithm.class,
ISOMLayoutProps);
+ /*
Properties bioLayoutKKAlgorithmFALSEProps = new Properties();
bioLayoutKKAlgorithmFALSEProps.setProperty(PREFERRED_MENU,"Layout.Cytoscape
Layouts");
bioLayoutKKAlgorithmFALSEProps.setProperty("preferredTaskManager","menu");
bioLayoutKKAlgorithmFALSEProps.setProperty(TITLE,bioLayoutKKAlgorithmFALSE.toString());
bioLayoutKKAlgorithmFALSEProps.setProperty(MENU_GRAVITY,"10.99");
registerService(bc,bioLayoutKKAlgorithmFALSE,CyLayoutAlgorithm.class,
bioLayoutKKAlgorithmFALSEProps);
+ */
Properties bioLayoutKKAlgorithmTRUEProps = new Properties();
bioLayoutKKAlgorithmTRUEProps.setProperty(PREFERRED_MENU,"Layout.Cytoscape
Layouts");
--
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.