Author: kono
Date: 2009-08-12 20:42:01 -0700 (Wed, 12 Aug 2009)
New Revision: 17801
Modified:
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/ThreeDVisualLexicon.java
Log:
Fixed missing visual property value problem.
Modified:
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/ThreeDVisualLexicon.java
===================================================================
---
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/ThreeDVisualLexicon.java
2009-08-13 03:40:07 UTC (rev 17800)
+++
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/property/ThreeDVisualLexicon.java
2009-08-13 03:42:01 UTC (rev 17801)
@@ -19,4 +19,13 @@
public static final VisualProperty<Double> NETWORK_DEPTH = new
DoubleVisualProperty(
NETWORK, 0.0, "NETWORK_DEPTH", "Network Depth");
+
+ public ThreeDVisualLexicon() {
+ super();
+
+ visualPropertySet.add(NODE_Z_LOCATION);
+ visualPropertySet.add(NODE_Z_SIZE);
+ visualPropertySet.add(NETWORK_CENTER_Z_LOCATION);
+ visualPropertySet.add(NETWORK_DEPTH);
+ }
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---