Interface IOverlapRemovalAlgorithm<TObject>
Represents an overlap removal algorithm.
Inherited Members
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public interface IOverlapRemovalAlgorithm<TObject> : IAlgorithm
Type Parameters
Name | Description |
---|---|
TObject | Object type. |
Properties
| Improve this Doc View SourceRectangles
Overlap rectangles.
Declaration
IDictionary<TObject, Rect> Rectangles { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TObject, Rect> |
Methods
| Improve this Doc View SourceGetParameters()
Gets overlap removal parameters.
Declaration
IOverlapRemovalParameters GetParameters()
Returns
Type | Description |
---|---|
IOverlapRemovalParameters | Overlap removal parameters. |