Changeset 2861 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout
- Timestamp:
- 02/24/10 17:58:03 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout/BalloonTreeLayout.cs
r2768 r2861 49 49 : base("Balloon TreeLayout", controller) 50 50 { 51 52 51 } 53 52 #endregion -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout/FruchtermanReingoldLayout.cs
r2768 r2861 43 43 : base("FruchtermanReingold Layout", controller) 44 44 { 45 46 45 } 47 46 #endregion -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout/RadialTreeLayout.cs
r2768 r2861 69 69 : base("Radial TreeLayout", controller) 70 70 { 71 72 71 } 73 72 private bool Init() -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout/RandomLayout.cs
r2768 r2861 39 39 : base("Random layout", controller) 40 40 { 41 42 41 } 43 42 #endregion -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout/StandardTreeLayout.cs
r2819 r2861 103 103 { 104 104 105 105 Orientation = TreeOrientation.LeftRight; 106 106 107 107 }
Note: See TracChangeset
for help on using the changeset viewer.