Author: kono
Date: 2011-05-24 16:52:55 -0700 (Tue, 24 May 2011)
New Revision: 25519

Modified:
   
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/MinimalVisualLexicon.java
Log:
Default color scheme updated.

Modified: 
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/MinimalVisualLexicon.java
===================================================================
--- 
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/MinimalVisualLexicon.java
       2011-05-24 23:40:41 UTC (rev 25518)
+++ 
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/MinimalVisualLexicon.java
       2011-05-24 23:52:55 UTC (rev 25519)
@@ -87,9 +87,9 @@
 
        // //// Node VP /////////
        public static final VisualProperty<Paint> NODE_PAINT = new 
PaintVisualProperty(
-                       Color.gray, PAINT_RANGE, "NODE_PAINT", "Node Paint", 
CyNode.class);
+                       new Color(120, 120, 120), PAINT_RANGE, "NODE_PAINT", 
"Node Paint", CyNode.class);
        public static final VisualProperty<Paint> NODE_FILL_COLOR = new 
PaintVisualProperty(
-                       Color.RED, PAINT_RANGE, "NODE_FILL_COLOR", "Node Fill 
Color",
+                       new Color(200, 0, 0), PAINT_RANGE, "NODE_FILL_COLOR", 
"Node Fill Color",
                        CyNode.class);
 
        public static final VisualProperty<Paint> NODE_LABEL_COLOR = new 
PaintVisualProperty(

-- 
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