Author: kono
Date: 2012-03-29 16:17:58 -0700 (Thu, 29 Mar 2012)
New Revision: 28701
Modified:
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
Log:
Code cleanup only. No API change.
Modified:
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
===================================================================
---
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
2012-03-29 23:17:27 UTC (rev 28700)
+++
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualStyle.java
2012-03-29 23:17:58 UTC (rev 28701)
@@ -37,7 +37,6 @@
import java.util.Collection;
import org.cytoscape.model.CyIdentifiable;
-import org.cytoscape.view.model.CyNetworkView;
import org.cytoscape.view.model.View;
import org.cytoscape.view.model.VisualProperty;
@@ -136,14 +135,6 @@
<V, S extends V> void setDefaultValue(final VisualProperty<V> vp, final
S value);
-// /**
-// * Apply this style to the network view model.
-// *
-// * @param networkViewModel target view model to be updated.
-// */
-// void apply(final CyNetworkView networkViewModel);
-//
-
/**
* Apply visual only to a individual View Object (node/edge),
* not the entire network view.
--
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.