Author: kono
Date: 2010-09-15 16:15:24 -0700 (Wed, 15 Sep 2010)
New Revision: 21883

Modified:
   
core3/vizmap-api/branches/vp-tree/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
Log:
Comments added.

Modified: 
core3/vizmap-api/branches/vp-tree/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
===================================================================
--- 
core3/vizmap-api/branches/vp-tree/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
  2010-09-15 23:09:57 UTC (rev 21882)
+++ 
core3/vizmap-api/branches/vp-tree/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
  2010-09-15 23:15:24 UTC (rev 21883)
@@ -119,7 +119,7 @@
         * @param vp DOCUMENT ME!
         * @param value DOCUMENT ME!
         */
-       public <V> void setDefaultValue(VisualProperty<? extends V> vp, V 
value);
+       <V> void setDefaultValue(VisualProperty<? extends V> vp, V value);
 
        /**
         * Apply this visual style to the view.
@@ -129,5 +129,12 @@
         */
        void apply(CyNetworkView v);
        
+       
+       /**
+        * A Visual Style is always associated with a lexicon tree provided 
+        * by a rendering engine.  This method returns its associated lexicon.
+        * 
+        * @return
+        */
        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.

Reply via email to