MACROMEDIA FIREWORKS MX 2004-EXTENDING FIREWORKS Manual page 84

Extending fireworks
Hide thumbs Also See for FIREWORKS MX 2004-EXTENDING FIREWORKS:
Table of Contents

Advertisement

DOM data type RPC data type Example
date
dictionary
float
integer
matrix
null
object
point
rect
84
Chapter 3: Cross-Product Extensions
dictionary
<dict>
<int key="year"
value="2002" />
<int key="month"
value="9" />
<int key="day"
value="3" />
<int key="hour"
value="20" />
<int key="minutes"
value="15" />
<int key="seconds"
value="32" />
</dict>
dictionary
<dict></dict>
float
<double value="5.132" />
integer
<int value="7" />
dictionary
<dict>
<array key="matrix">
<double value="1.0" />
<double value="0.0" />
<double value="0.0" />
<double value="0.0" />
<double value="1.0" />
<double value="0.0" />
<double value="0.0" />
<double value="0.0" />
<double value="1.0" />
</array>
</dict>
null
<null />
server object, or
<obj value="1" />
dictionary
dictionary
<dict>
<double key="x"
value="300.4" />
<double key="y"
value="234.0" />
</dict>
dictionary
<dict>
<double key="top"
value="300.4" />
<double key="left"
value="234.0" />
<double key="bottom"
value="500.6" />
<double key="right"
value="564.0" />
</dict>
Description
A date is a dictionary with the
following subelement keys: year,
month, day, hour, minutes, and
seconds. All six elements are
integer data types.
Types map identically.
Types map identically.
Types map identically.
A matrix is a dictionary that
contains one subelement key:
. A matrix is an array of nine
matrix
float elements. The elements start
at the top row and go in row-major
order.
Types map identically.
For an object type, the client can
simply specify a server object.
However, for certain objects (such
as objects of the
Effect
dictionary can be constructed and
then used. If the client creates a
dictionary, all properties of the
class must be added to the
dictionary with the correct type.
A point is a dictionary with two
subelement keys:
and
x
subelements are float data types.
A rect is a dictionary with four
subelement keys:
,
top
left
, and
. All four
bottom
right
subelements are float data types.
class) a
. Both
y
,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fireworks mx 2004

Table of Contents