Quartz Composer JavaScript ファレンス
Last update : 2005/10/13 AM 3:30
このページは
Apple(アップル)社のMacOS X Tiger
のXcode Toolに付属しているQuartz Composerで使用できるJavaScript部分のリファレンスです。Quartz ComposerはXcode Toolをインストールすると/Developer/Applications/Graphics Toolsフォルダ内に入ります。
ミスや間違い、リンクエラーなどがありましたら
openspc@alpha.ocn.ne.jp
までお願いします。
■命令
コメント/注釈
break
continue
delete
do〜while
for
for...in
function
if
new
return
switch
this
throw
try
var
while
with
■Boolean
Boolean
■Function
arguments
Function
■Number
Number
MAX_VALUE
MIN_VALUE
NaN
NEGATIVE_INFINITY
POSITIVE_INFINITY
toExponential
toFixed
toPrecision
■Array
Array
concat
join
length
pop
push
reverse
shift
slice
sort
splice
toString
unshift
■Math
abs
acos
asin
atan
atan2
ceil
cos
E
exp
floor
LN2
LN10
log
LOG2E
LOG10E
Math
max
min
PI
pow
random
round
sin
sqrt
SQRT1_2
SQRT2
tan
■Date
Date
getDate
getDay
getFullYear
getHours
getMilliseconds
getMinutes
getMonth
getSeconds
getTime
getTimezoneOffset
getUTCDate
getUTCDay
getUTCFullYear
getUTCHours
getUTCMilliseconds
getUTCMinutes
getUTCMonth
getUTCSeconds
getYear
parse
setDate
setFullYear
setHours
setMilliseconds
setMinutes
setMonth
setSeconds
setTime
setUTCDate
setUTCFullYear
setUTCHours
setUTCMilliseconds
setUTCMinutes
setUTCMonth
setUTCSeconds
setYear
toDateString
toGMTString
toLocaleDateString
toLocaleString
toLocaleTimeString
toTimeString
toUTCString
UTC
■String
charAt
charCodeAt
fromCharCode
indexOf
lastIndexOf
length
match
replace
search
slice
split
substr
substring
toLowerCase
toUpperCase
■RegExp/正規表現
$1〜$9
compile
exec
global
ignoreCase
input
lastIndex
lastMatch
lastParen
leftContext
multiline
RegExp
rightContext
source
test