Table of Contents

Interface ILayoutEngine

Namespace
NMF.Glsp.Contracts
Assembly
NMF.Glsp.dll

Denotes an interface for a component that can calculate layout information

public interface ILayoutEngine

Methods

CalculateLayout(GGraph)

Calculates a layout for the given graph

void CalculateLayout(GGraph graph)

Parameters

graph GGraph

the graph which must be laid out

CalculateLayout(IEnumerable<GElement>)

Calculates a layout for the given elements

void CalculateLayout(IEnumerable<GElement> elements)

Parameters

elements IEnumerable<GElement>

the elements that should be laid out