C# Class MonoHotDraw.Database.RelationAttributeHandle

Inheritance: NewConnectionHandle
Mostrar archivo Open project: mono/monohotdraw

Public Methods

Method Description
RelationAttributeHandle ( IFigure owner, ILocator locator ) : System

Protected Methods

Method Description
CreateConnectionFigure ( ) : IConnectionFigure
CreateEndFigure ( ) : IFigure
GetConnectionIcon ( ) : Cairo.ImageSurface

Method Details

CreateConnectionFigure() protected method

protected CreateConnectionFigure ( ) : IConnectionFigure
return IConnectionFigure

CreateEndFigure() protected method

protected CreateEndFigure ( ) : IFigure
return IFigure

GetConnectionIcon() protected method

protected GetConnectionIcon ( ) : Cairo.ImageSurface
return Cairo.ImageSurface

RelationAttributeHandle() public method

public RelationAttributeHandle ( IFigure owner, ILocator locator ) : System
owner IFigure
locator ILocator
return System