C# Class NClass.DiagramEditor.ClassDiagram.Connections.Dependency

Inheritance: NClass.DiagramEditor.Diagrams.Connections.Connection
ファイルを表示 Open project: gbaychev/NClass

Private Properties

Property Type Description
Dependency System

Public Methods

Method Description
Dependency ( DependencyRelationship dependency, Shape startShape, Shape endShape ) : System

Protected Methods

Method Description
CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool
DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void

Private Methods

Method Description
Dependency ( ) : System

Method Details

CloneRelationship() protected method

protected CloneRelationship ( IDiagram diagram, Shape first, Shape second ) : bool
diagram IDiagram
first NClass.DiagramEditor.Diagrams.Shapes.Shape
second NClass.DiagramEditor.Diagrams.Shapes.Shape
return bool

Dependency() public method

/// is null.-or- /// is null.-or- /// is null. ///
public Dependency ( DependencyRelationship dependency, Shape startShape, Shape endShape ) : System
dependency NClass.Core.DependencyRelationship
startShape NClass.DiagramEditor.Diagrams.Shapes.Shape
endShape NClass.DiagramEditor.Diagrams.Shapes.Shape
return System

DrawEndCap() protected method

protected DrawEndCap ( IGraphics g, bool onScreen, Style style ) : void
g IGraphics
onScreen bool
style Style
return void