프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_bIsHorizontal | System.Boolean | ||
m_dCycleLength | Double |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
SinusoidLayout ( System.Boolean isHorizontal, Double cycleLength ) : System |
Initializes a new instance of the SinusoidLayout class.
|
메소드 | 설명 | |
---|---|---|
LayOutGraphCoreSorted ( IGraph graph, ICollection |
protected LayOutGraphCoreSorted ( IGraph graph, ICollection |
||
graph | IGraph | |
verticesToLayOut | ICollection |
|
layoutContext | ||
backgroundWorker | ||
리턴 | System.Boolean |
public SinusoidLayout ( System.Boolean isHorizontal, Double cycleLength ) : System | ||
isHorizontal | System.Boolean | /// true for a sine wave that runs from left to right, false for top to /// bottom. /// |
cycleLength | Double | /// Length of the sine wave cycle, in radians. /// |
리턴 | System |