Class CompoundFDPLayoutParameters
Compound FDP layout algorithm parameters.
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public class CompoundFDPLayoutParameters : LayoutParametersBase, ILayoutParameters, IAlgorithmParameters, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceDisplacementLimitMultiplier
Displacement limit multiplier.
Declaration
public double DisplacementLimitMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ElasticConstant
Elastic constant for the edges.
Declaration
public double ElasticConstant { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GravitationFactor
Factor of the gravitation.
Declaration
public double GravitationFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IdealEdgeLength
Ideal edge length.
Declaration
public double IdealEdgeLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NestingFactor
Factor of the ideal edge length for the inter-graph edges.
Declaration
public double NestingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Phase1Iterations
Maximum iterations for phase 1.
Declaration
public int Phase1Iterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Phase2Iterations
Maximum iterations for phase 2.
Declaration
public int Phase2Iterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Phase2TemperatureInitialMultiplier
Initial multiplier for phase 2 temperature.
Declaration
public double Phase2TemperatureInitialMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Phase3Iterations
Maximum iterations for phase 3.
Declaration
public int Phase3Iterations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Phase3TemperatureInitialMultiplier
Initial multiplier for phase 3 temperature.
Declaration
public double Phase3TemperatureInitialMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RepulsionConstant
Repulsion constant for the node-node repulsion.
Declaration
public double RepulsionConstant { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SeparationMultiplier
Separation multiplier.
Declaration
public double SeparationMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TemperatureDecreasing
Temperature decreasing factor.
Declaration
public double TemperatureDecreasing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceGetEqualityElements()
Gets elements to take into account when comparing this LayoutParametersBase.
Declaration
protected override IEnumerable<object> GetEqualityElements()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> | Elements to compare. |
Overrides
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanged