TimelineForm

User interface for timeline display, tooltips and properties.

Summary
TimelineFormUser interface for timeline display, tooltips and properties.
Functions
InitializeComponentInitializes the user interface components on the form.
resizeHandles a resize event by repositioning its child dialogbox widget.
updateFromMovieUpdates the UI widgets from the properties in the MovieScene.
updateFromStrokeUpdates the UI widgets from the properties in the Stroke.
updateTimelinePositionUpdate the timeline frame marker to a new position.
updateTimelineTooltipsUpdates the timeline tooltips from the stored timeline reference to ensure stroke names are refreshed.

Functions

InitializeComponent

public function InitializeComponent(app: Sprite,
page: Sprite,
tooltips: Tooltips,
defaultColor: uint,
tabColor: uint):void

Initializes the user interface components on the form.

resize

public function resize():void

Handles a resize event by repositioning its child dialogbox widget.

updateFromMovie

public function updateFromMovie(newMovie: MovieScene):void

Updates the UI widgets from the properties in the MovieScene.

Parameters

newMoviean updated movie

updateFromStroke

public function updateFromStroke(newStroke: Stroke):void

Updates the UI widgets from the properties in the Stroke.

Parameters

newStrokean updated stroke

updateTimelinePosition

public function updateTimelinePosition(currentFrame: uint):void

Update the timeline frame marker to a new position.  Used when animations are played to scroll the marker.

Parameters

currentFramethe frame being displayed in the animation

updateTimelineTooltips

public function updateTimelineTooltips():void

Updates the timeline tooltips from the stored timeline reference to ensure stroke names are refreshed.

Parameters

newStrokean updated stroke
public function InitializeComponent(app: Sprite,
page: Sprite,
tooltips: Tooltips,
defaultColor: uint,
tabColor: uint):void
Initializes the user interface components on the form.
public function resize():void
Handles a resize event by repositioning its child dialogbox widget.
public function updateFromMovie(newMovie: MovieScene):void
Updates the UI widgets from the properties in the MovieScene.
A graphical scene with a graph of shape and path layers which can be timeline animated over a background.
public function updateFromStroke(newStroke: Stroke):void
Updates the UI widgets from the properties in the Stroke.
Defines a stroke object consisting of curves, line segments and primitive graphics objects.
public function updateTimelinePosition(currentFrame: uint):void
Update the timeline frame marker to a new position.
public function updateTimelineTooltips():void
Updates the timeline tooltips from the stored timeline reference to ensure stroke names are refreshed.
Close