Method | Description | |
---|---|---|
DoLayout ( ) : void | ||
GetNoteX ( |
||
GetNoteY ( |
||
GetTabY ( int line, float correction ) : float |
Gets the relative y position of the given steps relative to first line.
|
|
TabBarRenderer ( |
Method | Description | |
---|---|---|
CreateBeatGlyphs ( ) : void | ||
CreatePostBeatGlyphs ( ) : void | ||
CreatePreBeatGlyphs ( ) : void | ||
PaintBackground ( float cx, float cy, ICanvas canvas ) : void |
Method | Description | |
---|---|---|
CreateVoiceGlyphs ( |
public GetNoteX ( |
||
note | ||
onEnd | bool | |
return | float |
public GetNoteY ( |
||
note | ||
return | float |
public GetTabY ( int line, float correction ) : float | ||
line | int | the amount of steps while 2 steps are one line |
correction | float | |
return | float |
protected PaintBackground ( float cx, float cy, ICanvas canvas ) : void | ||
cx | float | |
cy | float | |
canvas | ICanvas | |
return | void |
public TabBarRenderer ( |
||
bar | ||
return | AlphaTab.Model |