C# Class DesignPatterns.Decorator.RedShapleDecorator

Inheritance: DesignPatterns.Decorator.ShapeDecorator
Mostrar archivo Open project: hippieZhou/DesignPatterns Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
RedShapleDecorator ( IShape decoratedShape ) : System

Private Methods

Method Description
setRedBorder ( IShape decoratedShape ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

RedShapleDecorator() public method

public RedShapleDecorator ( IShape decoratedShape ) : System
decoratedShape IShape
return System