Click or drag to resize

MSAGLClientSetLayout Method

Sets the current layouter of MSAGL

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.dll) Version: GrGen.NET 7.2
Syntax
C#
public void SetLayout(
	string moduleName
)

Parameters

moduleName
Type: SystemString
The name of the layouter. Can be one of: - SugiyamaScheme, - MDS, - Ranking, - IcrementalLayout

Implements

IBasicGraphViewerClientSetLayout(String)
See Also