C# Class AlphaTab.Rendering.AlternateEndingsBarRenderer

This bar renderer can render repeat endings.
Inheritance: BarRendererBase
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Méthode Description
AlternateEndingsBarRenderer ( Bar bar ) : AlphaTab.Collections
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void

Méthodes protégées

Méthode Description
CreateBeatGlyphs ( ) : void

Private Methods

Méthode Description
CreateVoiceGlyphs ( Voice voice ) : void

Method Details

AlternateEndingsBarRenderer() public méthode

public AlternateEndingsBarRenderer ( Bar bar ) : AlphaTab.Collections
bar AlphaTab.Model.Bar
Résultat AlphaTab.Collections

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