C# Class Smrf.NodeXL.Layouts.RandomLayout

Lays out a graph by placing the vertices in random locations.
If a vertex has a metadata key of with a value of true, it is included in layout calculations but its own location is left unmodified.
Inheritance: LayoutBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
AssertValid ( ) : void
RandomLayout ( ) : System

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

RandomLayout() public méthode

Initializes a new instance of the RandomLayout class.
public RandomLayout ( ) : System
Résultat System