| Interface | Description | |
|---|---|---|
| IDecorator | IDecorator is the base interface for basic decorations. | |
| IRenderDecorator | IRenderDecorator is the base interface for complex render time decorations. |
| Class | Description | |
|---|---|---|
| DecoratorBase | DecoratorBase is intended to be extended for basic decoration creation. | |
| RenderDecoratorBase | RenderDecoratorBase is intended to be extended for complex decorations. |