C# 클래스 Smrf.NodeXL.Layouts.EdgeBundler.EdgeGroupData

Class used for storing the needed edge metadata
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

compatibleGroups 공개적으로 프로퍼티

public Dictionary compatibleGroups
리턴 GroupPairData>.Dictionary

controlPoints 공개적으로 프로퍼티

public PointF[],System.Drawing controlPoints
리턴 System.Drawing.PointF[]

edgeCount 공개적으로 프로퍼티

public int edgeCount
리턴 int

id 공개적으로 프로퍼티

public KeyPair id
리턴 KeyPair

k 공개적으로 프로퍼티

public float k
리턴 float

length 공개적으로 프로퍼티

public float length
리턴 float

middle 공개적으로 프로퍼티

public PointF,System.Drawing middle
리턴 System.Drawing.PointF

newControlPoints 공개적으로 프로퍼티

public PointF[],System.Drawing newControlPoints
리턴 System.Drawing.PointF[]

v1 공개적으로 프로퍼티

public PointF,System.Drawing v1
리턴 System.Drawing.PointF

v2 공개적으로 프로퍼티

public PointF,System.Drawing v2
리턴 System.Drawing.PointF