210
Chapter 5: Fireworks JavaScript API
dom.setFillPlacement()
Availability
Fireworks 3.
Usage
dom.setFillPlacement(
placement
)
Arguments
placement
Acceptable values are
"top"
and
"bottom"
.
Returns
Nothing.
Description
Sets the fill placement for selected items with fills.
dom.setFillVector()
Availability
Fireworks 3.
Usage
dom.setFillVector(
p1
,
p2
,
p3
)
Arguments
p1
,
p2
, and
p3
Points that specify the
x,y
coordinates of the three points used to calculate the fill
vector (see
“Point data type” on page 11
).
Returns
Nothing.
Description
Sets the fill vectors of the selection to the specified absolute values.
dom.setFillVectorStart()
Availability
Fireworks 3.
Usage
dom.setFillVectorStart(
p1
)
Arguments
p1
A point that specifies the
x,y
coordinates of the fill start point (see
“Point data type”
on page 11
).
Returns
Nothing.
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...