239
EXTENDING FIREWORKS
Objects within Fireworks documents
Las
t
up
d
a
ted
12/8/2009
Contour object
The following table lists the properties of the Contour object, along with their data types and, where appropriate,
acceptable values and notes.
ContourNode object
The following table lists the properties of the ContourNode object, along with their data types and, where appropriate,
acceptable values and notes.
The following table lists the methods of the ContourNode object, along with their parameters.
Property
Data type
Notes
isClosed
Boolean
If set to
true
, the path is closed by connecting the final point
in the contour with the first point.
nodes
array
Array of ContourNode objects on the contour (for more
information, see “
ContourNode object
” on page
239).
Property
Data type
Notes
dynamicInfo
array
Array of ContourNodeDynamicInfo objects on this
ContourNode object (for more information, see
“
ContourNodeDynamicInfo object
” on page
240).
isCurvePoint
Boolean
If set to
true
, this point’s control points are constrained to be
linear with the main point, which forces a smooth curve. If set
to
false
, there are no constraints on the control points.
isSelectedPoint
Boolean
If set to
true
, this point was subselected (for example, by the
subselection tool).
name
string
A unique name assigned to the object.
predX
float
The x coordinate of the contour node’s preceding control
point.
predY
float
The y coordinate of the contour node’s preceding control
point.
randomSeed
integer
0 to 65,535
succX
float
The x coordinate of the contour node’s following control point.
succY
float
The y coordinate of the contour node’s following control point.
x
float
The x coordinate of the contour node’s main control point.
y
float
The y coordinate of the contour node’s main control point.