30
Chapter 2: The Fireworks Object Model
The following table lists the methods of the ContourNode object, along with their parameters.
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.
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 56
.
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 56
.
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 56
.
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 56
.
Property
Data type
Notes
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...