C# 클래스 CircularDependencyTool.NodeConnectionAdorner

A UI adorner that renders connectors between nodes in a graph.
상속: System.Windows.Documents.Adorner
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
AddConnector ( Node startNode, Node endNode ) : void
NodeConnectionAdorner ( UIElement adornedElement ) : System
ProcessGraph ( ) : void
RemoveConnectors ( ) : void

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

메소드 상세

AddConnector() 공개 메소드

public AddConnector ( Node startNode, Node endNode ) : void
startNode Dev2.AppResources.DependencyVisualization.Node
endNode Dev2.AppResources.DependencyVisualization.Node
리턴 void

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

GetVisualChild() 보호된 메소드

protected GetVisualChild ( int index ) : Visual
index int
리턴 Visual

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
리턴 System.Windows.Size

NodeConnectionAdorner() 공개 메소드

public NodeConnectionAdorner ( UIElement adornedElement ) : System
adornedElement System.Windows.UIElement
리턴 System

ProcessGraph() 공개 메소드

public ProcessGraph ( ) : void
리턴 void

RemoveConnectors() 공개 메소드

public RemoveConnectors ( ) : void
리턴 void