C# Class GoF.Lexi.Application.Row

Inheritance: Glyph
Afficher le fichier Open project: TheoAndersen/GoF.Lexi Class Usage Examples

Méthodes publiques

Свойство Type Description
strategy Strategy

Méthodes publiques

Méthode Description
Draw ( Window window ) : void
Insert ( Glyph glyph ) : void
Row ( ) : System
Row ( Strategy strategy ) : System

Method Details

Draw() public méthode

public Draw ( Window window ) : void
window GoF.Lexi.Application.GUI.Window
Résultat void

Insert() public méthode

public Insert ( Glyph glyph ) : void
glyph Glyph
Résultat void

Row() public méthode

public Row ( ) : System
Résultat System

Row() public méthode

public Row ( Strategy strategy ) : System
strategy Strategy
Résultat System

Property Details

strategy public_oe property

public Strategy strategy
Résultat Strategy