C# Class AGENT.Contrib.Face.FaceWithTrayBase

Inheritance: IFace
Show file Open project: nothingmn/AGENT.Contrib

Protected Properties

Property Type Description
_notificationProvider IProvideNotifications
_screen Microsoft.SPOT.Bitmap
drawing Drawing.Drawing
smallFont Microsoft.SPOT.Font

Public Methods

Method Description
FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System
Render ( Microsoft.SPOT.Bitmap screen ) : void

Private Methods

Method Description
notificationProvider_OnNotificationReceived ( INotification notification ) : void

Method Details

FaceWithTrayBase() public method

public FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System
notificationProvider IProvideNotifications
settings ISettings
return System

Render() public abstract method

public abstract Render ( Microsoft.SPOT.Bitmap screen ) : void
screen Microsoft.SPOT.Bitmap
return void

Property Details

_notificationProvider protected property

protected IProvideNotifications _notificationProvider
return IProvideNotifications

_screen protected property

protected Bitmap,Microsoft.SPOT _screen
return Microsoft.SPOT.Bitmap

drawing protected property

protected Drawing.Drawing drawing
return Drawing.Drawing

smallFont protected property

protected Font,Microsoft.SPOT smallFont
return Microsoft.SPOT.Font