C# Class NClass.DiagramEditor.ClassDiagram.ConnectionCreator

Inheritance: IConnectionCreator
Mostrar archivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
ConnectionCreator ( ClassDiagram diagram, RelationshipType type ) : System
Draw ( Graphics g ) : void
MouseDown ( AbsoluteMouseEventArgs e ) : void
MouseMove ( AbsoluteMouseEventArgs e ) : void

Private Methods

Method Description
ConnectionCreator ( ) : System
CreateAggregation ( ) : void
CreateAssociation ( ) : void
CreateCommentRelationship ( ) : void
CreateComposition ( ) : void
CreateConnection ( ) : void
CreateDependency ( ) : void
CreateGeneralization ( ) : void
CreateNesting ( ) : void
CreateRealization ( ) : void

Method Details

ConnectionCreator() public method

public ConnectionCreator ( ClassDiagram diagram, RelationshipType type ) : System
diagram ClassDiagram
type RelationshipType
return System

Draw() public method

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
return void

MouseDown() public method

public MouseDown ( AbsoluteMouseEventArgs e ) : void
e AbsoluteMouseEventArgs
return void

MouseMove() public method

public MouseMove ( AbsoluteMouseEventArgs e ) : void
e AbsoluteMouseEventArgs
return void