C# Класс GUI.ModelDiagram.Arrows.AccessArrow

An arrow for accesses (call, variable reference, ...)
Наследование: ModelArrow
Показать файл Открыть проект

Открытые методы

Метод Описание
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