C# Class Smrf.NodeXL.Layouts.PolarLayoutBase

Base class for classes that lay out a graph by placing the vertices within a polar coordinate space.
Inheritance: LayoutBase
Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bPolarRIsAbsolute System.Boolean

Public Methods

Method Description
AssertValid ( ) : void
PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System

Initializes a new instance of the PolarLayoutBase class.

Protected Methods

Method Description
LayOutGraphCore ( IGraph graph, ICollection verticesToLayOut, LayoutContext layoutContext, BackgroundWorker backgroundWorker ) : System.Boolean

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

LayOutGraphCore() protected method

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

PolarLayoutBase() public method

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. ///
return System

Property Details

m_bPolarRIsAbsolute protected property

protected Boolean,System m_bPolarRIsAbsolute
return System.Boolean