C# Class AlphaTab.Rendering.Glyphs.TabNoteChordGlyph

Inheritance: Glyph
Datei anzeigen Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
AddNoteGlyph ( NoteNumberGlyph noteGlyph, Note note ) : void
DoLayout ( ) : void
GetNoteX ( Note note, bool onEnd = true ) : float
GetNoteY ( Note note ) : float
Paint ( float cx, float cy, ICanvas canvas ) : void
TabNoteChordGlyph ( float x, float y, bool isGrace ) : AlphaTab.Collections
UpdateBeamingHelper ( float cx ) : void

Method Details

AddNoteGlyph() public method

public AddNoteGlyph ( NoteNumberGlyph noteGlyph, Note note ) : void
noteGlyph NoteNumberGlyph
note AlphaTab.Model.Note
return void

DoLayout() public method

public DoLayout ( ) : void
return void

GetNoteX() public method

public GetNoteX ( Note note, bool onEnd = true ) : float
note AlphaTab.Model.Note
onEnd bool
return float

GetNoteY() public method

public GetNoteY ( Note note ) : float
note AlphaTab.Model.Note
return float

Paint() public method

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

TabNoteChordGlyph() public method

public TabNoteChordGlyph ( float x, float y, bool isGrace ) : AlphaTab.Collections
x float
y float
isGrace bool
return AlphaTab.Collections

UpdateBeamingHelper() public method

public UpdateBeamingHelper ( float cx ) : void
cx float
return void