C# 클래스 Smrf.NodeXL.ApplicationUtil.LayoutManager

Helper class for managing graph layouts.
This class defines a set of available layouts. (A layout is a class that implements ILayout. It provides a Layout property for keeping track of the layout type currently in use, a event that is raised when the layout is changed, and a CreateLayout method for creating a layout of the current type.

Use the derived LayoutManagerForMenu class if your application uses ToolStripMenuItems for selecting the current layout. Use the derived LayoutManagerForToolStripSplitButton class if your application uses a ToolStripSplitButton for selecting the current layout.

상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_eLayout LayoutType

Private Properties

프로퍼티 타입 설명
AssertValid void

공개 메소드들

메소드 설명
CreateLayout ( ) : ILayout
LayoutManager ( ) : System

Initializes a new instance of the LayoutManager class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

CreateLayout() 공개 메소드

public CreateLayout ( ) : ILayout
리턴 ILayout

LayoutManager() 공개 메소드

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

프로퍼티 상세

m_eLayout 보호되어 있는 프로퍼티

protected LayoutType m_eLayout
리턴 LayoutType