StrokeForm

User interface for stroke shape naming, coordinate system and actions.

Summary
StrokeFormUser interface for stroke shape naming, coordinate system and actions.
Functions
InitializeComponentInitializes the user interface components on the form.
updateFromStrokeUpdates the UI widgets from the properties in the Stroke.

Functions

InitializeComponent

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

Initializes the user interface components on the form.

updateFromStroke

public function updateFromStroke(newStroke: Stroke):void

Updates the UI widgets from the properties in the Stroke.

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 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.
Close