Author: pwang
Date: 2010-10-25 16:08:11 -0700 (Mon, 25 Oct 2010)
New Revision: 22406
Modified:
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/PresentationWriterFactory.java
Log:
Rename method and change signature
Modified:
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/PresentationWriterFactory.java
===================================================================
---
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/PresentationWriterFactory.java
2010-10-25 23:02:06 UTC (rev 22405)
+++
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/PresentationWriterFactory.java
2010-10-25 23:08:11 UTC (rev 22406)
@@ -18,5 +18,5 @@
* @param re The {...@link
org.cytoscape.view.presentation.RenderingEngine} used to generate the image of
the
* specified View.
*/
- void setViewRenderer(View<?> view, RenderingEngine re);
+ void setRenderingEngine(RenderingEngine re);
}
--
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.