FillForm

User interface for the selection of transparent, solid and gradient fills.

Summary
FillFormUser interface for the selection of transparent, solid and gradient fills.
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(newStroke: Stroke,
index: int):void

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

Parameters

newStrokean 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(newStroke: 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