Author: paperwing
Date: 2012-02-13 15:44:56 -0800 (Mon, 13 Feb 2012)
New Revision: 28250

Modified:
   
csplugins/trunk/toronto/yuedong/multi_renderer/api/presentation-api/src/main/java/org/cytoscape/view/presentation/ExternalRendererManager.java
Log:
Added method to obtain number of installed renderers

Modified: 
csplugins/trunk/toronto/yuedong/multi_renderer/api/presentation-api/src/main/java/org/cytoscape/view/presentation/ExternalRendererManager.java
===================================================================
--- 
csplugins/trunk/toronto/yuedong/multi_renderer/api/presentation-api/src/main/java/org/cytoscape/view/presentation/ExternalRendererManager.java
      2012-02-13 23:31:09 UTC (rev 28249)
+++ 
csplugins/trunk/toronto/yuedong/multi_renderer/api/presentation-api/src/main/java/org/cytoscape/view/presentation/ExternalRendererManager.java
      2012-02-13 23:44:56 UTC (rev 28250)
@@ -36,6 +36,13 @@
        public List<String> getInstalledRenderers();
        
        /**
+        * Return the number of currently installed renderers.
+        * 
+        * @return The number of currently installed renderers.
+        */
+       public int getInstalledRendererCount();
+       
+       /**
         * Returns the installed {@link ExternalRenderer} associated with the 
given renderer ID, if there is one.
         * 
         * @param rendererID The renderer ID of the desired renderer.

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