SceneForm

User interface for scene graph display, layer selection and properties.

Summary
SceneFormUser interface for scene graph display, layer selection and properties.
Functions
InitializeComponentInitializes the user interface components on the form.
resizeHandles a resize event by repositioning its child dialogbox widget.
updateFromSceneUpdates the UI widgets and the graphical representation of the scene graph to the updated SceneGraph.

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.

updateFromScene

public function updateFromScene(strokes: SceneGraph):void

Updates the UI widgets and the graphical representation of the scene graph to the updated SceneGraph.

Parameters

strokesan updated scene graph
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 updateFromScene(strokes: SceneGraph):void
Updates the UI widgets and the graphical representation of the scene graph to the updated SceneGraph.
Holds a scene organized as a graph of stroke layers.
Close