C# 클래스 Smrf.NodeXL.Layouts.NullLayout

Leaves the graph's vertices in their current location.
This layout does nothing. It is meant for use in applications where a layout is always performed, but sometimes the layout should do nothing.
상속: LayoutBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
AssertValid ( ) : void
NullLayout ( ) : System

Initializes a new instance of the NullLayout class.

보호된 메소드들

메소드 설명
LayOutGraphCore ( IGraph graph, ICollection verticesToLayOut, LayoutContext layoutContext, BackgroundWorker backgroundWorker ) : System.Boolean

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

LayOutGraphCore() 보호된 메소드

protected LayOutGraphCore ( IGraph graph, ICollection verticesToLayOut, LayoutContext layoutContext, BackgroundWorker backgroundWorker ) : System.Boolean
graph IGraph
verticesToLayOut ICollection
layoutContext LayoutContext
backgroundWorker System.ComponentModel.BackgroundWorker
리턴 System.Boolean

NullLayout() 공개 메소드

Initializes a new instance of the NullLayout class.
public NullLayout ( ) : System
리턴 System