Interface ILayoutEngine
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
GGraphthe 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