Author: ruschein
Date: 2009-12-04 14:03:03 -0800 (Fri, 04 Dec 2009)
New Revision: 18659

Modified:
   corelibs/trunk/ding/src/ding/view/DGraphView.java
Log:
Reduced DEF_SNAPSHOT_SIZE from 1500 to 400 for nested network images.

Modified: corelibs/trunk/ding/src/ding/view/DGraphView.java
===================================================================
--- corelibs/trunk/ding/src/ding/view/DGraphView.java   2009-12-04 21:32:58 UTC 
(rev 18658)
+++ corelibs/trunk/ding/src/ding/view/DGraphView.java   2009-12-04 22:03:03 UTC 
(rev 18659)
@@ -92,7 +92,7 @@
  */
 public class DGraphView implements GraphView, Printable {
        // Size of snapshot image
-       private static final int DEF_SNAPSHOT_SIZE = 1500;
+       private static final int DEF_SNAPSHOT_SIZE = 400;
        
        static final float DEFAULT_ANCHOR_SIZE = 9.0f;
        static final Paint DEFAULT_ANCHOR_SELECTED_PAINT = Color.red;

--

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