Author: paperwing
Date: 2012-02-15 16:09:58 -0800 (Wed, 15 Feb 2012)
New Revision: 28293

Modified:
   
csplugins/trunk/toronto/yuedong/multi_renderer/impl/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/DefaultViewPanelImpl.java
Log:
In process of debugging vizmap-gui-impl to accommodate switching renderers

Modified: 
csplugins/trunk/toronto/yuedong/multi_renderer/impl/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/DefaultViewPanelImpl.java
===================================================================
--- 
csplugins/trunk/toronto/yuedong/multi_renderer/impl/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/DefaultViewPanelImpl.java
  2012-02-15 23:36:10 UTC (rev 28292)
+++ 
csplugins/trunk/toronto/yuedong/multi_renderer/impl/vizmap-gui-impl/src/main/java/org/cytoscape/view/vizmap/gui/internal/DefaultViewPanelImpl.java
  2012-02-16 00:09:58 UTC (rev 28293)
@@ -152,7 +152,9 @@
        
                        this.innerPanel.setBackground((Color) 
currentStyle.getDefaultValue(MinimalVisualLexicon.NETWORK_BACKGROUND_PAINT));
                        // Render it in this panel
+                       System.out.println("vizmap-gui-impl's 
DefaultViewPanelImpl: Getting factory from renderer manager ..");
                        if (presentationFactory != null) {
+                               System.out.println("vizmap-gui-impl's 
DefaultViewPanelImpl: Got factory, creating RenderingEngine");
                                renderingEngine = presentationFactory
                                                
.createRenderingEngine(innerPanel, dummyview);
                        }

-- 
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.

Reply via email to