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

상속: Glyph
파일 보기 프로젝트 열기: TheoAndersen/GoF.Lexi

보호된 프로퍼티들

프로퍼티 타입 설명
component Glyph

공개 메소드들

메소드 설명
Decorator ( Glyph component ) : System
Draw ( Window window ) : void

메소드 상세

Decorator() 공개 메소드

public Decorator ( Glyph component ) : System
component Glyph
리턴 System

Draw() 공개 메소드

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

프로퍼티 상세

component 보호되어 있는 프로퍼티

protected Glyph,GoF.Lexi.Application component
리턴 Glyph