User Guide
58 Chapter 2: The Fireworks Object Model
deltaXtoX
float The ratio of mouse movement to the
movement of the referenced point’s x
coordinate. For example,
1.0 means that
when the mouse moves 1 pixel to the right,
the referenced point also moves 1 pixel to
the right.
deltaXtoY
float The ratio of mouse movement on the x-axis
to the movement of the referenced point’s y
coordinate. For example,
1.0 means that
when the mouse moves 1 pixel to the left, the
referenced point moves 1 pixel towards the
top of the document.
deltaYtoX
float The ratio of mouse movement on the y-axis
to the movement of the referenced point’s x
coordinate. For example,
1.0 means that
when the mouse moves 1 pixel to the top of
the document, the refenced point moves 1
pixel to the left.
deltaYtoY
float The ratio of mouse movement to the
movement of the referenced point’s y
coordinate. For example,
1.0 means that
when the mouse moves 1 pixel toward the
bottom of the document, the referenced
point also moves 1 pixel toward the bottom of
the document.
disableRotateKey
string Pass in the key that you want to use to
disable rotating around the center. The value
can be one of the following:
"none",
"shiftKey", "ctrlCmdKey", "altOptKey". A
value of
“none” means rotation will not be
constrained. A value of
"shiftKey" means
that when the user holds downs the Shift
key while dragging the mouse, rotation is
not constrained.
incrementRadius
float Constant value that is added to the radius.
incrementX
float This amount is added to the x movement
of the mouse when calculating the
total movement.
incrementY
float This amount is added to the y movement
of the mouse when calculating the
total movement.
maxAngle
point The maximum angle that can be set.
maxLinear
float Determines the maximum amount the point
can move along a line.
maxRadius
float The maximum radius value.
Property Data type Notes