Show / Hide Table of Contents

Interface IOverlapRemovalParameters

Represents overlap removal algorithm parameters.

Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public interface IOverlapRemovalParameters : IAlgorithmParameters, ICloneable, INotifyPropertyChanged

Properties

| Improve this Doc View Source

HorizontalGap

Horizontal gap.

Declaration
float HorizontalGap { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

VerticalGap

Vertical gap.

Declaration
float VerticalGap { get; }
Property Value
Type Description
System.Single

Extension Methods

FactoryHelpers.CreateNewParameters<TParam>(IAlgorithmParameters)
GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape