Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/16 15:20:29 (8 years ago)
Author:
bburlacu
Message:

#2288: Clean up code and add comments in the ConstrainedForceDirectedLayout class. Minor changes to view and directed graph chart. Introduced an INetworkNode interface for more flexibility. Updated cola and adaptagrams dlls with latest changes from upstream.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/RunCollectionVariableInteractionNetworkView.Designer.cs

    r13893 r14275  
    5454      // settingsGroupBox
    5555      //
    56       this.settingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     56      this.settingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    5757            | System.Windows.Forms.AnchorStyles.Left)));
    5858      this.settingsGroupBox.Controls.Add(this.impactThresholdLabel);
     
    186186      // layoutOptionsGroupBox
    187187      //
    188       this.layoutOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     188      this.layoutOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    189189            | System.Windows.Forms.AnchorStyles.Left)));
    190190      this.layoutOptionsGroupBox.Controls.Add(this.relayoutGraphButton);
     
    267267      // graphChart
    268268      //
    269       this.graphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    270             | System.Windows.Forms.AnchorStyles.Left) 
     269      this.graphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     270            | System.Windows.Forms.AnchorStyles.Left)
    271271            | System.Windows.Forms.AnchorStyles.Right)));
    272272      this.graphChart.BackColor = System.Drawing.SystemColors.Control;
    273273      this.graphChart.Graph = null;
    274       this.graphChart.IdealEdgeLength = 50D;
     274      this.graphChart.DefaultEdgeLength = 50D;
    275275      this.graphChart.Location = new System.Drawing.Point(341, 4);
    276276      this.graphChart.Mode = null;
Note: See TracChangeset for help on using the changeset viewer.