Author: sfederow
Date: 2009-08-13 03:32:04 -0700 (Thu, 13 Aug 2009)
New Revision: 17808
Modified:
csplugins/trunk/soc/sfederow/CyAnimator/src/CyFrame.java
Log:
Modified: csplugins/trunk/soc/sfederow/CyAnimator/src/CyFrame.java
===================================================================
--- csplugins/trunk/soc/sfederow/CyAnimator/src/CyFrame.java 2009-08-13
10:24:01 UTC (rev 17807)
+++ csplugins/trunk/soc/sfederow/CyAnimator/src/CyFrame.java 2009-08-13
10:32:04 UTC (rev 17808)
@@ -209,8 +209,8 @@
Graphics2D g = (Graphics2D) image.getGraphics();
g.scale(scale, scale);
- ifc.paint(g);
- //ifc.print(g);
+ //ifc.paint(g);
+ ifc.print(g);
g.dispose();
networkImage = image;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---