C# Class gbrainy.Core.Views.PlayerHistoryView

Inheritance: IDrawable
Show file Open project: GNOME/gbrainy Class Usage Examples

Private Properties

Property Type Description
DrawAxisDescription void
DrawGrid void
DrawLegend void
DrawLines void

Public Methods

Method Description
Draw ( CairoContextEx cr, int width, int height, bool rtl ) : void
PlayerHistoryView ( ITranslations translations, PlayerHistory history ) : System

Private Methods

Method Description
DrawAxisDescription ( CairoContextEx cr, double x, double y, string description ) : void
DrawGrid ( CairoContextEx cr, double x, double y ) : void
DrawLegend ( CairoContextEx cr, double x, double y ) : void
DrawLines ( CairoContextEx cr, double x, double y ) : void

Method Details

Draw() public method

public Draw ( CairoContextEx cr, int width, int height, bool rtl ) : void
cr gbrainy.Core.Main.CairoContextEx
width int
height int
rtl bool
return void

PlayerHistoryView() public method

public PlayerHistoryView ( ITranslations translations, PlayerHistory history ) : System
translations ITranslations
history gbrainy.Core.Main.PlayerHistory
return System