LineForm

User interface for line style properties.

Summary
LineFormUser interface for line style properties.
Functions
InitializeComponentInitializes the user interface components on the form.
updateFromStrokeUpdates the UI widgets from the stroke point style at the index in 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(stroke: Stroke,
index: int):void

Updates the UI widgets from the stroke point style at the index in Stroke.

Parameters

strokean updated stroke
indexselected stroke point index
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(stroke: Stroke,
index: int):void
Updates the UI widgets from the stroke point style at the index in Stroke.
Defines a stroke object consisting of curves, line segments and primitive graphics objects.
Close