C# 클래스 LongoMatch.Drawing.CanvasObjects.Timeline.SportCategoryTimeline

A timeline that renders timeline events using TimelineEventObject
상속: CategoryTimeline
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
AddPlay ( TimelineEvent play ) : void
SportCategoryTimeline ( ProjectLongoMatch project, List plays, Time maxTime, double offsetY, Color background, EventsFilter filter ) : System.Collections.Generic

메소드 상세

AddPlay() 공개 메소드

public AddPlay ( TimelineEvent play ) : void
play LongoMatch.Core.Store.TimelineEvent
리턴 void

SportCategoryTimeline() 공개 메소드

public SportCategoryTimeline ( ProjectLongoMatch project, List plays, Time maxTime, double offsetY, Color background, EventsFilter filter ) : System.Collections.Generic
project LongoMatch.Core.Store.ProjectLongoMatch
plays List
maxTime LongoMatch.Core.Store.Time
offsetY double
background Color
filter EventsFilter
리턴 System.Collections.Generic