241
EXTENDING FIREWORKS
Objects within Fireworks documents
Las
t
up
d
a
ted
12/8/2009
The following table lists the methods of the ControlPoint object, along with their parameters.
Effect object
Each Fireworks Effect (bevel, drop shadow, etc.) has a unique set of attributes. So, each Effect object has its own set of
properties that can be set (instead of a common set of properties for all Effect objects). The properties for various Effect
objects are listed in the following tables, in alphabetical order.
Note:
In addition to the listed properties, each Effect object has two optional string properties:
category
and
name
.
toolTipTracksDrag
Boolean
If
true
, the tooltip drags with the mouse.
type
string
Determines the way the control point draws. Values are:
"default"
,
"defaultInverted"
,
"crossHair"
.
visible
Boolean
If
true
, the control point is visible to the user.
x
float
Value of the x coordinate.
y
float
Value of the y coordinate.
Method
Parameter
Definition
RegisterMove()
object
The RegisterMoveParms object containing the move
parameters. Use
smartShape.GetDefaultMoveParms()
to
obtain this object, then adjust properties as needed. For a list of
properties, see “
RegisterMoveParms object
” on page
262.
RegisterLinearMove()
point
A point, which in combination with the node point, defines the
line to move along.
object
The RegisterMoveParms object containing the move
parameters. Use
smartShape.GetDefaultMoveParms()
to
obtain this object, then adjust properties as needed. For a list of
properties, see “
RegisterMoveParms object
” on page
262.
RegisterCircularMove()
point
The center point for the circular movement.
object
The RegisterMoveParms object containing the move
parameters. Use
smartShape.GetDefaultMoveParms()
to
obtain this object, then adjust properties as needed. For a list of
properties, see “
RegisterMoveParms object
” on page
262
RegisterPolygonMove()
point
The center point for the polygon.
object
The RegisterMoveParms object containing the move
parameters. Use
smartShape.GetDefaultMoveParms()
to
obtain this object, then adjust properties as needed. For a list of
properties, see “
RegisterMoveParms object
” on page
262.
RegisterInsertBBoxMove()
object
The RegisterMoveParms object containing the move
parameters. Use
smartShape.GetDefaultMoveParms()
to
obtain this object, then adjust properties as needed. For a list of
properties, see “
RegisterMoveParms object
” on page
262.
Property
Data type
Notes