glTlRuler
Extends:
gltl ruler display
Static Member Summary
| Static Public Members | ||
| public static |
|
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
| public static |
|
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(glTl: GlTimeline) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
count: number |
|
| public |
fullView: * |
|
| public |
height: * |
|
| public |
|
|
| public |
|
|
| public |
timeMarkerLookup: {} |
|
| public |
timeTitleLookup: {} |
|
| public |
titleCounter: number |
|
| public |
|
|
| public |
view: * |
|
| public |
y: * |
|
| Private Members | ||
| private |
|
|
| private |
|
|
| private |
log: * |
|
Method Summary
| Public Methods | ||
| public |
addMarker(s: number, title: string | boolean, showTitle: boolean, special: boolean, fade: number): * |
|
| public |
between(t: number, a: number, b: number): * |
|
| public |
setTimeFromPixel(x: number) |
|
| public |
title(s: *): * |
|
| public |
update() |
|
| public |
|
|
| public |
|
|
Static Public Members
public static COLOR_MARK_OUTRANGE: * source
public static COLOR_MARK_SIZE0: * source
public static COLOR_MARK_SIZE1: * source
public static COLOR_MARK_SIZE2: * source
public static COLOR_MARK_SIZES: * source
Public Constructors
public constructor(glTl: GlTimeline) source
Params:
| Name | Type | Attribute | Description |
| glTl | GlTimeline |
Public Members
public : * source
public count: number source
public fullView: * source
public height: * source
public timeMarkerLookup: {} source
public timeTitleLookup: {} source
public titleCounter: number source
public view: * source
public y: * source
Private Members
private glTl: GlTimeline source
private log: * source
Public Methods
public addMarker(s: number, title: string | boolean, showTitle: boolean, special: boolean, fade: number): * source
Params:
| Name | Type | Attribute | Description |
| s | number | ||
| title | string | boolean | ||
| showTitle | boolean | ||
| special | boolean | ||
| fade | number |
|
Return:
| * |
public between(t: number, a: number, b: number): * source
Params:
| Name | Type | Attribute | Description |
| t | number | ||
| a | number | ||
| b | number |
Return:
| * |
public setTimeFromPixel(x: number) source
Params:
| Name | Type | Attribute | Description |
| x | number |