C# Class Smrf.NodeXL.UnitTests.FruchtermanReingoldLayoutTest

Inheritance: Object
Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oFruchtermanReingoldLayout ILayout

Public Methods

Method Description
FruchtermanReingoldLayoutTest ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestConstructor ( ) : void
TestLayOut ( ) : void
TestLayOutGraphBad ( ) : void
TestLayOutGraphBad2 ( ) : void
TestMargin ( ) : void
TestMargin2 ( ) : void
TestMarginBad ( ) : void
TestOnVertexMoveBad ( ) : void
TestTransformLayoutBad ( ) : void
TestTransformLayoutBad2 ( ) : void
TestTransformLayoutBad3 ( ) : void

Method Details

FruchtermanReingoldLayoutTest() public method

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

Property Details

m_oFruchtermanReingoldLayout protected property

protected ILayout m_oFruchtermanReingoldLayout
return ILayout