C# Class 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.
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
GetAnchorVertexEdgeColorKey ( Int32 anchorVertexIndex ) : String
GetAnchorVertexEdgeWidthKey ( Int32 anchorVertexIndex ) : String
GetAnchorVertexNameKey ( Int32 anchorVertexIndex ) : String

Private Methods

Method Description
GetAnchorVertexKey ( String sKeyBase, Int32 iAnchorVertexIndex ) : String

Method Details

GetAnchorVertexEdgeColorKey() public static method

public static GetAnchorVertexEdgeColorKey ( Int32 anchorVertexIndex ) : String
anchorVertexIndex System.Int32
return String

GetAnchorVertexEdgeWidthKey() public static method

public static GetAnchorVertexEdgeWidthKey ( Int32 anchorVertexIndex ) : String
anchorVertexIndex System.Int32
return String

GetAnchorVertexNameKey() public static method

public static GetAnchorVertexNameKey ( Int32 anchorVertexIndex ) : String
anchorVertexIndex System.Int32
return String