C# 클래스 Smrf.NodeXL.Layouts.LayoutBase.GroupVertex

A special representation of a group used for calculating the Force-Directed Group-in-a-Box layout.
상속: Smrf.NodeXL.Core.Vertex, MICHIVertex
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 프로퍼티들

프로퍼티 타입 설명
groupInfo Smrf.NodeXL.Core.GroupInfo

보호된 프로퍼티들

프로퍼티 타입 설명
m_oOldLocation System.Drawing.PointF

공개 메소드들

메소드 설명
GroupVertex ( GroupInfo groupInfo, System.Single areaPerVertex ) : System
GroupVertex ( GroupVertex other ) : System
updateGroupInfoLocationFromLocation ( ) : void

Updates the GroupInfo CollapsedLocation using the Vertex Location as well as the GroupInfo.Rectangle

updateGroupInfoRectangleFromLocation ( ) : void
updateLocationFromPosition ( ) : void

Updates the NodeXL Vertex Location using the MIConvexHull MICHIVertex Position

updatePositionFromLocation ( ) : void

Updates the MIConvexHull MICHIVertex Position using the NodeXL Vertex Location

메소드 상세

GroupVertex() 공개 메소드

public GroupVertex ( GroupInfo groupInfo, System.Single areaPerVertex ) : System
groupInfo Smrf.NodeXL.Core.GroupInfo
areaPerVertex System.Single
리턴 System

GroupVertex() 공개 메소드

public GroupVertex ( GroupVertex other ) : System
other GroupVertex
리턴 System

updateGroupInfoLocationFromLocation() 공개 메소드

Updates the GroupInfo CollapsedLocation using the Vertex Location as well as the GroupInfo.Rectangle
public updateGroupInfoLocationFromLocation ( ) : void
리턴 void

updateGroupInfoRectangleFromLocation() 공개 메소드

public updateGroupInfoRectangleFromLocation ( ) : void
리턴 void

updateLocationFromPosition() 공개 메소드

Updates the NodeXL Vertex Location using the MIConvexHull MICHIVertex Position
public updateLocationFromPosition ( ) : void
리턴 void

updatePositionFromLocation() 공개 메소드

Updates the MIConvexHull MICHIVertex Position using the NodeXL Vertex Location
public updatePositionFromLocation ( ) : void
리턴 void

프로퍼티 상세

groupInfo 공개적으로 프로퍼티

public GroupInfo,Smrf.NodeXL.Core groupInfo
리턴 Smrf.NodeXL.Core.GroupInfo

m_oOldLocation 보호되어 있는 프로퍼티

protected PointF,System.Drawing m_oOldLocation
리턴 System.Drawing.PointF