Author: mes
Date: 2010-09-13 10:23:27 -0700 (Mon, 13 Sep 2010)
New Revision: 21818
Modified:
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
Log:
now properly forwarding the createImage call
Modified:
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
===================================================================
---
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
2010-09-13 16:48:58 UTC (rev 21817)
+++
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
2010-09-13 17:23:27 UTC (rev 21818)
@@ -2775,7 +2775,7 @@
public Image createImage(int width, int height) {
// TODO Auto-generated method stub
- return null;
+ return createImage(width,height,1.0);
}
public VisualLexicon getVisualLexicon() {
--
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.