C# Class DesignPatterns.Decorator.RedShapleDecorator

Inheritance: DesignPatterns.Decorator.ShapeDecorator
Afficher le fichier Open project: hippieZhou/DesignPatterns Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
RedShapleDecorator ( IShape decoratedShape ) : System

Private Methods

Méthode Description
setRedBorder ( IShape decoratedShape ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

RedShapleDecorator() public méthode

public RedShapleDecorator ( IShape decoratedShape ) : System
decoratedShape IShape
Résultat System