Click or drag to resize

GraphViewerClientSetLayout Method

Sets the current layouter of the graph viewer.

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

Parameters

moduleName
Type: SystemString
The name of the layouter. In case of yComp, it can be one of: - Random - Hierarchic - Organic - Orthogonal - Circular - Tree - Diagonal - Incremental Hierarchic - Compilergraph In case of MSAGL, it can be one of: - SugiyamaScheme - MDS - Ranking - IcrementalLayout
See Also