C# Class AlphaTab.Rendering.EffectBarRenderer

This renderer is responsible for displaying effects above or below the other staves like the vibrato.
Inheritance: BarRendererBase
Show file Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
DoLayout ( ) : void
EffectBarRenderer ( Bar bar, IEffectBarRendererInfo info ) : AlphaTab.Collections
FinalizeRenderer ( ScoreLayout layout ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void

Protected Methods

Method Description
CreateBeatGlyphs ( ) : void
CreatePreBeatGlyphs ( ) : void

Private Methods

Method Description
AlignGlyph ( EffectBarGlyphSizing sizing, Beat beat ) : void
CreateOrResizeGlyph ( EffectBarGlyphSizing sizing, Beat b ) : EffectGlyph
CreateVoiceGlyphs ( Voice v ) : void

Method Details

CreateBeatGlyphs() protected method

protected CreateBeatGlyphs ( ) : void
return void

CreatePreBeatGlyphs() protected method

protected CreatePreBeatGlyphs ( ) : void
return void

DoLayout() public method

public DoLayout ( ) : void
return void

EffectBarRenderer() public method

public EffectBarRenderer ( Bar bar, IEffectBarRendererInfo info ) : AlphaTab.Collections
bar AlphaTab.Model.Bar
info IEffectBarRendererInfo
return AlphaTab.Collections

FinalizeRenderer() public method

public FinalizeRenderer ( ScoreLayout layout ) : void
layout AlphaTab.Rendering.Layout.ScoreLayout
return void

Paint() public method

public Paint ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
return void