Author: kono
Date: 2009-04-02 15:57:00 -0700 (Thu, 02 Apr 2009)
New Revision: 16447
Modified:
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
Log:
getTitle() method added. This is a replacement for getName() in the old Visual
Style.
Modified:
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
===================================================================
---
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
2009-04-02 22:40:52 UTC (rev 16446)
+++
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
2009-04-02 22:57:00 UTC (rev 16447)
@@ -44,7 +44,16 @@
* View object.
*/
public interface VisualStyle {
+
/**
+ * Returns name of this visual style. This should NOT be used as ID of
+ * this Visual Style. Just for GUI components.
+ *
+ * @return title of this visual style
+ */
+ public String getTitle();
+
+ /**
* DOCUMENT ME!
*
* @param c DOCUMENT ME!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---