C# 클래스 Smrf.NodeXL.Layouts.GroupMetadataManager

Manages the metadata that gets stored on the graph during layout when is set to .
All methods are static.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
OnLayoutBegin ( IGraph graph ) : void
OnLayoutUsingGroupsEnd ( IGraph graph, IList laidOutGroups, Double groupRectanglePenWidth, IntergroupEdgeStyle intergroupEdgeStyle ) : void
TransformGroupRectangles ( IGraph graph, LayoutContext originalLayoutContext, LayoutContext newLayoutContext ) : void
TryGetGroupLayoutDrawingInfo ( IGraph graph, GroupLayoutDrawingInfo &groupLayoutDrawingInfo ) : System.Boolean

비공개 메소드들

메소드 설명
HideEdge ( IEdge oEdge ) : void
IncidentEdgeShouldBeHidden ( IEdge oIncidentEdge, IVertex oVertex, Int32 iGroupIndex, Int32>.Dictionary oGroupIndexDictionary ) : System.Boolean
TryGetEdgeVisibility ( IEdge oEdge, String sKey, VisibilityKeyValue &eVisibility ) : System.Boolean

메소드 상세

OnLayoutBegin() 공개 정적인 메소드

public static OnLayoutBegin ( IGraph graph ) : void
graph IGraph
리턴 void

OnLayoutUsingGroupsEnd() 공개 정적인 메소드

public static OnLayoutUsingGroupsEnd ( IGraph graph, IList laidOutGroups, Double groupRectanglePenWidth, IntergroupEdgeStyle intergroupEdgeStyle ) : void
graph IGraph
laidOutGroups IList
groupRectanglePenWidth Double
intergroupEdgeStyle IntergroupEdgeStyle
리턴 void

TransformGroupRectangles() 공개 정적인 메소드

public static TransformGroupRectangles ( IGraph graph, LayoutContext originalLayoutContext, LayoutContext newLayoutContext ) : void
graph IGraph
originalLayoutContext LayoutContext
newLayoutContext LayoutContext
리턴 void

TryGetGroupLayoutDrawingInfo() 공개 정적인 메소드

public static TryGetGroupLayoutDrawingInfo ( IGraph graph, GroupLayoutDrawingInfo &groupLayoutDrawingInfo ) : System.Boolean
graph IGraph
groupLayoutDrawingInfo GroupLayoutDrawingInfo
리턴 System.Boolean