Author: scooter
Date: 2011-12-06 20:13:49 -0800 (Tue, 06 Dec 2011)
New Revision: 27726
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/view/NodeCharts.java
Log:
Support the sortslices option
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/view/NodeCharts.java
===================================================================
---
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/view/NodeCharts.java
2011-12-07 01:57:24 UTC (rev 27725)
+++
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/view/NodeCharts.java
2011-12-07 04:13:49 UTC (rev 27726)
@@ -81,6 +81,7 @@
private static String VALUELIST = "valuelist";
private static String LABELLIST = "labellist";
+ private static String SORTSLICES = "sortslices";
private static Map<String, List<String>> attrLabelListMap = null;
@@ -247,6 +248,7 @@
}
args.put(VALUELIST, values);
args.put(LABELLIST, labels);
+ args.put(SORTSLICES, "true");
}
}
--
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.