C# Class AlphaTab.Rendering.RhythmBarRenderer

Inheritance: BarRendererBase
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Méthode Description
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void
RhythmBarRenderer ( Bar bar, BeamDirection direction ) : AlphaTab.Model

Méthodes protégées

Méthode Description
CreateBeatGlyphs ( ) : void

Private Methods

Méthode Description
CreateVoiceGlyphs ( Voice voice ) : void
IsFullBarJoin ( Beat a, Beat b, int barIndex ) : bool
PaintBar ( float cx, float cy, ICanvas canvas, BeamingHelper h ) : void
PaintBeamHelper ( float cx, float cy, ICanvas canvas, BeamingHelper h ) : void
PaintFooter ( float cx, float cy, ICanvas canvas, BeamingHelper h ) : void
PaintSingleBar ( ICanvas canvas, float x1, float y1, float x2, float y2, float size ) : void

Method Details

CreateBeatGlyphs() protected méthode

protected CreateBeatGlyphs ( ) : void
Résultat void

DoLayout() public méthode

public DoLayout ( ) : void
Résultat void

Paint() public méthode

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
Résultat void

RhythmBarRenderer() public méthode

public RhythmBarRenderer ( Bar bar, BeamDirection direction ) : AlphaTab.Model
bar AlphaTab.Model.Bar
direction BeamDirection
Résultat AlphaTab.Model