C# Class Smrf.NodeXL.Layouts.NullLayout

Leaves the graph's vertices in their current location.
This layout does nothing. It is meant for use in applications where a layout is always performed, but sometimes the layout should do nothing.
Inheritance: LayoutBase
Exibir arquivo Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AssertValid ( ) : void
NullLayout ( ) : System

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

NullLayout() public method

Initializes a new instance of the NullLayout class.
public NullLayout ( ) : System
return System