C# 클래스 gbrainy.Core.Views.PlayerHistoryView

상속: IDrawable
파일 보기 프로젝트 열기: GNOME/gbrainy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DrawAxisDescription void
DrawGrid void
DrawLegend void
DrawLines void

공개 메소드들

메소드 설명
Draw ( CairoContextEx cr, int width, int height, bool rtl ) : void
PlayerHistoryView ( ITranslations translations, PlayerHistory history ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

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

PlayerHistoryView() 공개 메소드

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