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

Base class for classes that lay out a graph by placing the vertices within a polar coordinate space.
상속: LayoutBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_bPolarRIsAbsolute System.Boolean

공개 메소드들

메소드 설명
AssertValid ( ) : void
PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System

Initializes a new instance of the PolarLayoutBase 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

PolarLayoutBase() 공개 메소드

Initializes a new instance of the PolarLayoutBase class.
public PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System
polarRIsAbsolute System.Boolean /// If true, the polar R coordinates are in WPF units and have no upper /// limit. If false, the polar R coordinates can vary from 0.0 to 1.0, and /// 1.0 represents half of either the graph rectangle height or width, /// whichever is smaller. ///
리턴 System

프로퍼티 상세

m_bPolarRIsAbsolute 보호되어 있는 프로퍼티

protected Boolean,System m_bPolarRIsAbsolute
리턴 System.Boolean