Click or drag to resize

YCompClientSetLayout Method

Sets the current layouter of yComp

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.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: - Random - Hierarchic - Organic - Orthogonal - Circular - Tree - Diagonal - Incremental Hierarchic - Compilergraph

Implements

IBasicGraphViewerClientSetLayout(String)
See Also