C# 클래스 GUI.ModelDiagram.Arrows.AccessArrow

An arrow for accesses (call, variable reference, ...)
상속: ModelArrow
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
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

메소드 상세

AccessArrow() 공개 메소드

Constructor
public AccessArrow ( AccessMode access ) : System.Drawing
access AccessMode
리턴 System.Drawing

GetNormalColor() 공개 메소드

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

GetNormalPen() 공개 메소드

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

SetInitialBox() 공개 메소드

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

SetTargetBox() 공개 메소드

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