Method | Description | |
---|---|---|
ApplyLayoutingInfo ( ) : void | ||
BarRendererBase ( |
||
BuildBoundingsLookup ( |
||
DoLayout ( ) : void | ||
FinalizeRenderer ( |
||
GetBeatContainer ( |
||
GetBeatX ( |
||
GetNoteX ( |
||
GetNoteY ( |
||
GetOnNotesGlyphForBeat ( |
||
GetPreNotesGlyphForBeat ( |
||
Paint ( float cx, float cy, ICanvas canvas ) : void | ||
RegisterLayoutingInfo ( |
||
RegisterOverflowBottom ( float bottomOverflow ) : void | ||
RegisterOverflowTop ( float topOverflow ) : void | ||
ScaleToWidth ( float width ) : void |
Method | Description | |
---|---|---|
AddBeatGlyph ( BeatContainerGlyph g ) : void | ||
AddPostBeatGlyph ( Glyph g ) : void | ||
AddPreBeatGlyph ( Glyph g ) : void | ||
CreateBeatGlyphs ( ) : void | ||
CreatePostBeatGlyphs ( ) : void | ||
CreatePreBeatGlyphs ( ) : void | ||
GetOrCreateVoiceContainer ( |
||
PaintBackground ( float cx, float cy, ICanvas canvas ) : void |
protected AddBeatGlyph ( BeatContainerGlyph g ) : void | ||
g | BeatContainerGlyph | |
return | void |
protected AddPostBeatGlyph ( Glyph g ) : void | ||
g | Glyph | |
return | void |
public BarRendererBase ( |
||
bar | ||
return | System |
public BuildBoundingsLookup ( |
||
masterBarBounds | ||
cx | float | |
cy | float | |
return | void |
public FinalizeRenderer ( |
||
layout | ||
return | void |
public GetBeatContainer ( |
||
beat | ||
return | BeatContainerGlyph |
public GetBeatX ( |
||
beat | ||
requestedPosition | BeatXPosition | |
return | float |
public GetNoteX ( |
||
note | ||
onEnd | bool | |
return | float |
public GetNoteY ( |
||
note | ||
return | float |
public GetOnNotesGlyphForBeat ( |
||
beat | ||
return | BeatGlyphBase |
protected GetOrCreateVoiceContainer ( |
||
voice | ||
return | VoiceContainerGlyph |
public GetPreNotesGlyphForBeat ( |
||
beat | ||
return | BeatGlyphBase |
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 RegisterLayoutingInfo ( |
||
info | ||
return | void |
public RegisterOverflowBottom ( float bottomOverflow ) : void | ||
bottomOverflow | float | |
return | void |
public RegisterOverflowTop ( float topOverflow ) : void | ||
topOverflow | float | |
return | void |