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.1
Syntax
C#
public void SetLayout(
	string moduleName
)

Parameters

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

Implements

IBasicGraphViewerClientSetLayout(String)
See Also