Author: Christian Lopes
Date: 2011-06-17 13:37:38 -0700 (Fri, 17 Jun 2011)
New Revision: 25796
Modified:
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/RichVisualLexicon.java
Log:
Fixed Visual Lexicon's lookup mapping for edge color.
Modified:
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/RichVisualLexicon.java
===================================================================
---
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/RichVisualLexicon.java
2011-06-17 20:00:32 UTC (rev 25795)
+++
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/RichVisualLexicon.java
2011-06-17 20:37:38 UTC (rev 25796)
@@ -170,6 +170,7 @@
addIdentifierMapping(CyNode.class, "nodeFontSize",
NODE_LABEL_FONT_SIZE);
addIdentifierMapping(CyNode.class, "nodeToolTip", NODE_TOOLTIP);
+ addIdentifierMapping(CyEdge.class, "edgeColor",
EDGE_STROKE_UNSELECTED_PAINT);
addIdentifierMapping(CyEdge.class, "edgeLineStyle",
EDGE_LINE_TYPE);
addIdentifierMapping(CyEdge.class, "edgeToolTip", EDGE_TOOLTIP);
addIdentifierMapping(CyEdge.class, "edgeFont",
EDGE_LABEL_FONT_FACE);
--
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.