C# 클래스 GoF.Lexi.Application.Row

상속: Glyph
파일 보기 프로젝트 열기: TheoAndersen/GoF.Lexi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
strategy Strategy

공개 메소드들

메소드 설명
Draw ( Window window ) : void
Insert ( Glyph glyph ) : void
Row ( ) : System
Row ( Strategy strategy ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( Window window ) : void
window GoF.Lexi.Application.GUI.Window
리턴 void

Insert() 공개 메소드

public Insert ( Glyph glyph ) : void
glyph Glyph
리턴 void

Row() 공개 메소드

public Row ( ) : System
리턴 System

Row() 공개 메소드

public Row ( Strategy strategy ) : System
strategy Strategy
리턴 System

프로퍼티 상세

strategy 공개적으로 프로퍼티

public Strategy strategy
리턴 Strategy