C# Class GoF.Lexi.Application.Row

Inheritance: Glyph
Datei anzeigen Open project: TheoAndersen/GoF.Lexi Class Usage Examples

Public Properties

Property Type Description
strategy Strategy

Public Methods

Method Description
Draw ( Window window ) : void
Insert ( Glyph glyph ) : void
Row ( ) : System
Row ( Strategy strategy ) : System

Method Details

Draw() public method

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

Insert() public method

public Insert ( Glyph glyph ) : void
glyph Glyph
return void

Row() public method

public Row ( ) : System
return System

Row() public method

public Row ( Strategy strategy ) : System
strategy Strategy
return System

Property Details

strategy public_oe property

public Strategy strategy
return Strategy