C# Class LongoMatch.Drawing.CanvasObjects.Timeline.SportCategoryTimeline

A timeline that renders timeline events using TimelineEventObject
Inheritance: CategoryTimeline
显示文件 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
AddPlay ( TimelineEvent play ) : void
SportCategoryTimeline ( ProjectLongoMatch project, List plays, Time maxTime, double offsetY, Color background, EventsFilter filter ) : System.Collections.Generic

Method Details

AddPlay() public method

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

SportCategoryTimeline() public method

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
return System.Collections.Generic