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

A timeline that renders timeline events using TimelineEventObject
Inheritance: CategoryTimeline
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddPlay ( TimelineEvent play ) : void
play LongoMatch.Core.Store.TimelineEvent
Résultat void

SportCategoryTimeline() public méthode

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
Résultat System.Collections.Generic