Method | Description | |
---|---|---|
Draw ( Context context ) : void | ||
InvokeEnd ( double x, double y, IDrawingView view ) : void | ||
InvokeStart ( double x, double y, IDrawingView view ) : void | ||
InvokeStep ( double x, double y, IDrawingView view ) : void | ||
NewConnectionHandle ( IFigure owner, ILocator locator ) : System |
Method | Description | |
---|---|---|
CreateConnectionFigure ( ) : IConnectionFigure | ||
CreateEndFigure ( ) : IFigure | ||
GetConnectionIcon ( ) : |
protected abstract CreateConnectionFigure ( ) : IConnectionFigure | ||
return | IConnectionFigure |
protected abstract CreateEndFigure ( ) : IFigure | ||
return | IFigure |
protected abstract GetConnectionIcon ( ) : |
||
return |
public InvokeEnd ( double x, double y, IDrawingView view ) : void | ||
x | double | |
y | double | |
view | IDrawingView | |
return | void |
public InvokeStart ( double x, double y, IDrawingView view ) : void | ||
x | double | |
y | double | |
view | IDrawingView | |
return | void |
public InvokeStep ( double x, double y, IDrawingView view ) : void | ||
x | double | |
y | double | |
view | IDrawingView | |
return | void |
public NewConnectionHandle ( IFigure owner, ILocator locator ) : System | ||
owner | IFigure | |
locator | ILocator | |
return | System |