C# Class Smrf.NodeXL.UnitTests.FruchtermanReingoldVertexInfoTest

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

Protected Properties

Property Type Description
InitialLocationX System.Single
InitialLocationY System.Single
m_oFruchtermanReingoldVertexInfo Smrf.NodeXL.Layouts.FruchtermanReingoldVertexInfo

Public Methods

Method Description
FruchtermanReingoldVertexInfoTest ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestConstructor ( ) : void
TestDisplacementX ( ) : void
TestDisplacementY ( ) : void
TestUnboundedLocationX ( ) : void
TestUnboundedLocationY ( ) : void

Method Details

FruchtermanReingoldVertexInfoTest() public method

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

Property Details

InitialLocationX protected property

protected Single,System InitialLocationX
return System.Single

InitialLocationY protected property

protected Single,System InitialLocationY
return System.Single

m_oFruchtermanReingoldVertexInfo protected property

protected FruchtermanReingoldVertexInfo,Smrf.NodeXL.Layouts m_oFruchtermanReingoldVertexInfo
return Smrf.NodeXL.Layouts.FruchtermanReingoldVertexInfo