Author: kono
Date: 2009-04-02 16:01:51 -0700 (Thu, 02 Apr 2009)
New Revision: 16448
Modified:
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
Log:
Setter for title added. Will be used when user rename the 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:57:00 UTC (rev 16447)
+++
core3/vizmap-api/trunk/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
2009-04-02 23:01:51 UTC (rev 16448)
@@ -54,6 +54,13 @@
public String getTitle();
/**
+ * Set new title of this VS.
+ *
+ * @param title New title.
+ */
+ public void setTitle(String title);
+
+ /**
* 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
-~----------~----~----~----~------~----~------~--~---