C# 클래스 AlphaTab.Rendering.RhythmBarRenderer

상속: BarRendererBase
파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
DoLayout ( ) : void
Paint ( float cx, float cy, ICanvas canvas ) : void
RhythmBarRenderer ( Bar bar, BeamDirection direction ) : AlphaTab.Model

보호된 메소드들

메소드 설명
CreateBeatGlyphs ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CreateBeatGlyphs() 보호된 메소드

protected CreateBeatGlyphs ( ) : void
리턴 void

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

Paint() 공개 메소드

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

RhythmBarRenderer() 공개 메소드

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