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
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bPolarRIsAbsolute System.Boolean

Méthodes publiques

Méthode Description
AssertValid ( ) : void
PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System

Initializes a new instance of the PolarLayoutBase class.

Méthodes protégées

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

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

LayOutGraphCore() protected méthode

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

PolarLayoutBase() public méthode

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. ///
Résultat System

Property Details

m_bPolarRIsAbsolute protected_oe property

protected Boolean,System m_bPolarRIsAbsolute
Résultat System.Boolean