Author: ruschein
Date: 2010-07-16 09:13:25 -0700 (Fri, 16 Jul 2010)
New Revision: 20948
Modified:
cytoscape/trunk/src/cytoscape/util/export/PSExporter.java
Log:
Removed confusing comment.
Modified: cytoscape/trunk/src/cytoscape/util/export/PSExporter.java
===================================================================
--- cytoscape/trunk/src/cytoscape/util/export/PSExporter.java 2010-07-16
15:58:11 UTC (rev 20947)
+++ cytoscape/trunk/src/cytoscape/util/export/PSExporter.java 2010-07-16
16:13:25 UTC (rev 20948)
@@ -58,7 +58,7 @@
Boolean.toString(!exportTextAsFont));
PSGraphics2D g = new PSGraphics2D(stream,ifc);
- g.setMultiPage(false); // true for PS file
+ g.setMultiPage(false);
g.setProperties(p);
g.startExport();
--
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.