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

Class used for storing the needed edge metadata
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Свойство 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_oe property

public Dictionary compatibleGroups
Résultat GroupPairData>.Dictionary

controlPoints public_oe property

public PointF[],System.Drawing controlPoints
Résultat System.Drawing.PointF[]

edgeCount public_oe property

public int edgeCount
Résultat int

id public_oe property

public KeyPair id
Résultat KeyPair

k public_oe property

public float k
Résultat float

length public_oe property

public float length
Résultat float

middle public_oe property

public PointF,System.Drawing middle
Résultat System.Drawing.PointF

newControlPoints public_oe property

public PointF[],System.Drawing newControlPoints
Résultat System.Drawing.PointF[]

v1 public_oe property

public PointF,System.Drawing v1
Résultat System.Drawing.PointF

v2 public_oe property

public PointF,System.Drawing v2
Résultat System.Drawing.PointF