Author: kono
Date: 2011-10-14 14:30:02 -0700 (Fri, 14 Oct 2011)
New Revision: 27197

Modified:
   
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/EdgeViewDefaultSupport.java
Log:
Edge paint bug fixed.

Modified: 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/EdgeViewDefaultSupport.java
===================================================================
--- 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/EdgeViewDefaultSupport.java
 2011-10-14 21:11:27 UTC (rev 27196)
+++ 
core3/impl/trunk/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/EdgeViewDefaultSupport.java
 2011-10-14 21:30:02 UTC (rev 27197)
@@ -70,14 +70,6 @@
                        setTransparency(((Number) value).intValue());
                } else if (vp == DVisualLexicon.EDGE_STROKE_UNSELECTED_PAINT) {
                        setUnselectedPaint((Paint) value);
-               } else if (vp == DVisualLexicon.EDGE_SELECTED_PAINT) {
-                       setSelectedPaint((Paint) value);
-//                     setSourceEdgeEndSelectedPaint((Paint) value);           
        
-//                     setTargetEdgeEndSelectedPaint((Paint) value);
-               } else if (vp == DVisualLexicon.EDGE_UNSELECTED_PAINT) {
-                       setSourceEdgeEndUnselectedPaint((Paint) value);
-                       setTargetEdgeEndUnselectedPaint((Paint) value);
-                       setUnselectedPaint((Paint) value);
                } else if (vp == DVisualLexicon.EDGE_WIDTH) {
                        final float newWidth = ((Number) value).floatValue();   
                        if(strokeWidth != newWidth) {

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