 | YCompClientSetLayout Method |
Sets the current layouter of yComp
Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic void SetLayout(
string moduleName
)
Parameters
- moduleName String
- The name of the layouter.
Can be one of:
- Random
- Hierarchic
- Organic
- Orthogonal
- Circular
- Tree
- Diagonal
- Incremental Hierarchic
- Compilergraph
Implements
IBasicGraphViewerClientSetLayout(String)
See Also