C# Class TreeGraphGenerator.TreeLayout

Datei anzeigen Open project: EFanZh/EFanZh

Public Methods

Method Description
Join ( IReadOnlyList treeLayouts, double sep ) : Tuple,IReadOnlyList>

Join TreeLayouts.

ToString ( ) : string
TreeLayout ( ) : System

Method Details

Join() public static method

Join TreeLayouts.
public static Join ( IReadOnlyList treeLayouts, double sep ) : Tuple,IReadOnlyList>
treeLayouts IReadOnlyList The TreeLayouts to join.
sep double Horzontal sep between nodes.
return Tuple,IReadOnlyList>

ToString() public method

public ToString ( ) : string
return string

TreeLayout() public method

public TreeLayout ( ) : System
return System