Author: kono
Date: 2012-04-02 17:01:08 -0700 (Mon, 02 Apr 2012)
New Revision: 28719
Removed:
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependency.java
Log:
Unnecessary interface removed.
Deleted:
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependency.java
===================================================================
---
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependency.java
2012-04-02 23:59:15 UTC (rev 28718)
+++
core3/api/trunk/vizmap-api/src/main/java/org/cytoscape/view/vizmap/VisualPropertyDependency.java
2012-04-03 00:01:08 UTC (rev 28719)
@@ -1,34 +0,0 @@
-package org.cytoscape.view.vizmap;
-
-import java.util.Set;
-
-import org.cytoscape.view.model.VisualProperty;
-
-/**
- *
- * Plan 1: Use existing VisualLexicon Tree as is.
- *
- * Set of Visual Properties which are dependent to each other
- *
- * All Visual Properties should have save data type T.
- *
- */
-public interface VisualPropertyDependency<T> {
-
- /**
- * Provides human-readable name of this dependency.
- * For example, "Synchronize edge color to arrow head color,"
- * or "Fit Custom Graphics to node"
- *
- * @return name of this dependency.
- */
- String getDisplayName();
-
- /**
- * A set of Visual Properties to be set by the parent if locked.
- *
- * @return set of visual properties to be set by parent value.
- */
- Set<VisualProperty<T>> getVisualProperties();
-
-}
--
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.