C# Class Smrf.NodeXL.Layouts.EdgeBundler.EdgeGroupData

Class used for storing the needed edge metadata
Show file Open project: 2014-sed-team3/term-project

Public Properties

Property Type Description
compatibleGroups GroupPairData>.Dictionary
controlPoints System.Drawing.PointF[]
edgeCount int
id KeyPair
k float
length float
middle System.Drawing.PointF
newControlPoints System.Drawing.PointF[]
v1 System.Drawing.PointF
v2 System.Drawing.PointF

Property Details

compatibleGroups public property

public Dictionary compatibleGroups
return GroupPairData>.Dictionary

controlPoints public property

public PointF[],System.Drawing controlPoints
return System.Drawing.PointF[]

edgeCount public property

public int edgeCount
return int

id public property

public KeyPair id
return KeyPair

k public property

public float k
return float

length public property

public float length
return float

middle public property

public PointF,System.Drawing middle
return System.Drawing.PointF

newControlPoints public property

public PointF[],System.Drawing newControlPoints
return System.Drawing.PointF[]

v1 public property

public PointF,System.Drawing v1
return System.Drawing.PointF

v2 public property

public PointF,System.Drawing v2
return System.Drawing.PointF