Author: onursumer
Date: 2011-10-18 04:47:58 -0700 (Tue, 18 Oct 2011)
New Revision: 27212
Modified:
cytoscapeweb/branches/compound/src/org/cytoscapeweb/util/Layouts.as
Log:
default CoSE options renamed in Layout.as
Modified: cytoscapeweb/branches/compound/src/org/cytoscapeweb/util/Layouts.as
===================================================================
--- cytoscapeweb/branches/compound/src/org/cytoscapeweb/util/Layouts.as
2011-10-18 11:38:56 UTC (rev 27211)
+++ cytoscapeweb/branches/compound/src/org/cytoscapeweb/util/Layouts.as
2011-10-18 11:47:58 UTC (rev 27212)
@@ -86,19 +86,19 @@
fitToScreen: true
},
CompoundSpringEmbedder : {
- layoutQuality: "default",
// Layout Quality
- incremental: false, //
Incremental
- uniformLeafNodeSizes: false, // Uniform Leaf
Node Sizes
- tension: 50,
// Spring
- repulsion: 50,
// Repulsion
- smartDistance: true, //
Smart Range Calculation
- gravitation: -50, //
Gravity
- gravityDistance: 50, //
Gravity Range
- compoundGravitation: 50, // Compound
Gravity
- compoundGravityDistance: 50, // Compound
Gravity Range
- restLength: 50,
// Desired Edge Length
- smartRestLength: true, //
Smart Edge Length Calculation
- multiLevelScaling: false //
Multi-Level Scaling
+ layoutQuality:
"default", // Layout Quality
+ incremental:
false, // Incremental
+ uniformLeafNodeSizes: false,
// Uniform Leaf Node Sizes
+ tension:
50, // Spring
+ gravitation:
-50, // Repulsion or Attraction
+ smartDistance:
true, // Smart Range Calculation
+ centralGravitation:
50, // Central Gravity
+ centralGravityDistance: 50, //
Gravity Range
+ compoundCentralGravitation: 50, //
Compound Gravity
+ compoundCentralGravityDistance: 50, // Compound
Gravity Range
+ restLength:
50, // Desired Edge Length
+ smartRestLength:
true, // Smart Edge Length Calculation
+ multiLevelScaling:
false // Multi-Level Scaling
}
};
--
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.