C# Class GUI.ModelDiagram.Arrows.AccessArrow

An arrow for accesses (call, variable reference, ...)
Inheritance: ModelArrow
ファイルを表示 Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method Description
AccessArrow ( AccessMode access ) : System.Drawing

Constructor

GetNormalColor ( ) : Color

The color used to draw this arrow

GetNormalPen ( ) : Pen

The pen used to draw this arrow

SetInitialBox ( IGraphicalDisplay initialBox ) : void

Sets the source box for this arrow

SetTargetBox ( IGraphicalDisplay targetBox ) : void

Sets the target box for this arrow

Method Details

AccessArrow() public method

Constructor
public AccessArrow ( AccessMode access ) : System.Drawing
access AccessMode
return System.Drawing

GetNormalColor() public method

The color used to draw this arrow
public GetNormalColor ( ) : Color
return System.Drawing.Color

GetNormalPen() public method

The pen used to draw this arrow
public GetNormalPen ( ) : Pen
return System.Drawing.Pen

SetInitialBox() public method

Sets the source box for this arrow
public SetInitialBox ( IGraphicalDisplay initialBox ) : void
initialBox IGraphicalDisplay
return void

SetTargetBox() public method

Sets the target box for this arrow
public SetTargetBox ( IGraphicalDisplay targetBox ) : void
targetBox IGraphicalDisplay
return void