Method | Description | |
---|---|---|
DoLayout ( ) : void | ||
GetBeatDirection ( |
||
GetNoteLine ( |
||
GetNoteX ( |
||
GetNoteY ( |
||
GetScoreY ( int steps, float correction ) : float |
Gets the relative y position of the given steps relative to first line.
|
|
Paint ( float cx, float cy, ICanvas canvas ) : void | ||
ScoreBarRenderer ( |
Method | Description | |
---|---|---|
CreateBeatGlyphs ( ) : void | ||
CreatePostBeatGlyphs ( ) : void | ||
CreatePreBeatGlyphs ( ) : void | ||
PaintBackground ( float cx, float cy, ICanvas canvas ) : void |
Method | Description | |
---|---|---|
CalculateBeamY ( |
||
CreateKeySignatureGlyphs ( ) : void | ||
CreateStartSpacing ( ) : void | ||
CreateTimeSignatureGlyphs ( ) : void | ||
CreateVoiceGlyphs ( |
||
FingerToString ( |
||
GetBarStemSize ( System.Duration duration ) : float | ||
GetFooterStemSize ( System.Duration duration ) : float | ||
GetStemSize ( |
||
IsFullBarJoin ( |
||
PaintBar ( float cx, float cy, ICanvas canvas, |
||
PaintBeamHelper ( float cx, float cy, ICanvas canvas, |
||
PaintBeams ( float cx, float cy, ICanvas canvas ) : void | ||
PaintFingering ( ICanvas canvas, |
||
PaintFooter ( float cx, float cy, ICanvas canvas, |
||
PaintSingleBar ( ICanvas canvas, float x1, float y1, float x2, float y2, float size ) : void | ||
PaintTupletHelper ( float cx, float cy, ICanvas canvas, AlphaTab.Rendering.Utils.TupletHelper h ) : void | ||
PaintTuplets ( float cx, float cy, ICanvas canvas ) : void |
public GetBeatDirection ( |
||
beat | ||
return | BeamDirection |
public GetNoteX ( |
||
note | ||
onEnd | bool | |
return | float |
public GetNoteY ( |
||
note | ||
return | float |
public GetScoreY ( int steps, float correction ) : float | ||
steps | int | the amount of steps while 2 steps are one line |
correction | float | |
return | float |
public Paint ( float cx, float cy, ICanvas canvas ) : void | ||
cx | float | |
cy | float | |
canvas | ICanvas | |
return | void |
protected PaintBackground ( float cx, float cy, ICanvas canvas ) : void | ||
cx | float | |
cy | float | |
canvas | ICanvas | |
return | void |
public ScoreBarRenderer ( |
||
bar | ||
return | System |