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

Inheritance: TimelineObject
显示文件 Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
AddPlay ( TimelineEvent play ) : void
CategoryTimeline ( Project project, List plays, Time maxTime, double offsetY, Color background, EventsFilter filter ) : System
Load ( TimelineEvent evt ) : TimelineEventObject

Protected Methods

Method Description
TimeNodeObjectIsVisible ( TimeNodeObject tn ) : bool

Method Details

AddPlay() public method

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

CategoryTimeline() public method

public CategoryTimeline ( Project project, List plays, Time maxTime, double offsetY, Color background, EventsFilter filter ) : System
project Project
plays List
maxTime LongoMatch.Core.Store.Time
offsetY double
background Color
filter LongoMatch.Core.Common.EventsFilter
return System

Load() public method

public Load ( TimelineEvent evt ) : TimelineEventObject
evt LongoMatch.Core.Store.TimelineEvent
return TimelineEventObject

TimeNodeObjectIsVisible() protected method

protected TimeNodeObjectIsVisible ( TimeNodeObject tn ) : bool
tn TimeNodeObject
return bool