C# 클래스 TreeGraphGenerator.TreeLayout

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
Join ( IReadOnlyList treeLayouts, double sep ) : Tuple,IReadOnlyList>

Join TreeLayouts.

ToString ( ) : string
TreeLayout ( ) : System

메소드 상세

Join() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TreeLayout() 공개 메소드

public TreeLayout ( ) : System
리턴 System