Author: rozagh
Date: 2012-03-12 16:09:12 -0700 (Mon, 12 Mar 2012)
New Revision: 28504
Modified:
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/write/graphics/PDFWriter.java
Log:
fixes #736 the setProperties method in implemented before has been overwritten.
Modified:
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/write/graphics/PDFWriter.java
===================================================================
---
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/write/graphics/PDFWriter.java
2012-03-12 22:11:48 UTC (rev 28503)
+++
core3/impl/trunk/io-impl/impl/src/main/java/org/cytoscape/io/internal/write/graphics/PDFWriter.java
2012-03-12 23:09:12 UTC (rev 28504)
@@ -89,7 +89,7 @@
Graphics2D g = null;
logger.debug("!!!!! Enter block 2");
- engine.getProperties().setProperty("exportTextAsShape", new
Boolean(!exportTextAsFont).toString());
+ engine.setProperties("exportTextAsShape", new
Boolean(!exportTextAsFont).toString());
taskMonitor.setProgress(0.2);
--
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.