C# 클래스 MonoHotDraw.Database.NewConnectionHandle

상속: MonoHotDraw.Handles.LocatorHandle
파일 보기 프로젝트 열기: mono/monohotdraw

공개 메소드들

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

보호된 메소드들

메소드 설명
CreateConnectionFigure ( ) : IConnectionFigure
CreateEndFigure ( ) : IFigure
GetConnectionIcon ( ) : ImageSurface

메소드 상세

CreateConnectionFigure() 보호된 추상적인 메소드

protected abstract CreateConnectionFigure ( ) : IConnectionFigure
리턴 IConnectionFigure

CreateEndFigure() 보호된 추상적인 메소드

protected abstract CreateEndFigure ( ) : IFigure
리턴 IFigure

Draw() 공개 메소드

public Draw ( Context context ) : void
context Context
리턴 void

GetConnectionIcon() 보호된 추상적인 메소드

protected abstract GetConnectionIcon ( ) : ImageSurface
리턴 Cairo.ImageSurface

InvokeEnd() 공개 메소드

public InvokeEnd ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
리턴 void

InvokeStart() 공개 메소드

public InvokeStart ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
리턴 void

InvokeStep() 공개 메소드

public InvokeStep ( double x, double y, IDrawingView view ) : void
x double
y double
view IDrawingView
리턴 void

NewConnectionHandle() 공개 메소드

public NewConnectionHandle ( IFigure owner, ILocator locator ) : System
owner IFigure
locator ILocator
리턴 System