C# Class AlphaTab.Rendering.RhythmBarRenderer

Inheritance: BarRendererBase
Show file Open project: CoderLine/alphaTab

Public Methods

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

Protected Methods

Method Description
CreateBeatGlyphs ( ) : void

Private Methods

Method 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 method

protected CreateBeatGlyphs ( ) : void
return void

DoLayout() public method

public DoLayout ( ) : void
return void

Paint() public method

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

RhythmBarRenderer() public method

public RhythmBarRenderer ( Bar bar, BeamDirection direction ) : AlphaTab.Model
bar AlphaTab.Model.Bar
direction BeamDirection
return AlphaTab.Model