Class adways.content.CuePoint

A CuePoint represent a set of actions that will be executed at a given time frame. It contains an array of adways.content.CuePointDataElement that actually contains the actions.

adways.content.CuePoint( ) private

<adways.content.CPMap> getAnimMap( ) public

Returns the cue point anim map container.

Return: <adways.content.CPMap>:

Cue point anim map container.

<Array> getData( ) public

Returns cue point data elements array.

Return: <Array>:

Array of cue point data elements.

<Number> getTime( ) public

Returns the time code of the cue point.

Return: <Number>:

Cue point time of exectuion.