C# 클래스 Smrf.NodeXL.Core.CollapsedGroupAttributeKeys

Names of the keys stored in a CollapsedGroupAttributes object.
For consistency, classes that store or retrieve key/value pairs from a object should use the keys that are specified by this class.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
GetAnchorVertexEdgeColorKey ( Int32 anchorVertexIndex ) : String
GetAnchorVertexEdgeWidthKey ( Int32 anchorVertexIndex ) : String
GetAnchorVertexNameKey ( Int32 anchorVertexIndex ) : String

비공개 메소드들

메소드 설명
GetAnchorVertexKey ( String sKeyBase, Int32 iAnchorVertexIndex ) : String

메소드 상세

GetAnchorVertexEdgeColorKey() 공개 정적인 메소드

public static GetAnchorVertexEdgeColorKey ( Int32 anchorVertexIndex ) : String
anchorVertexIndex System.Int32
리턴 String

GetAnchorVertexEdgeWidthKey() 공개 정적인 메소드

public static GetAnchorVertexEdgeWidthKey ( Int32 anchorVertexIndex ) : String
anchorVertexIndex System.Int32
리턴 String

GetAnchorVertexNameKey() 공개 정적인 메소드

public static GetAnchorVertexNameKey ( Int32 anchorVertexIndex ) : String
anchorVertexIndex System.Int32
리턴 String