Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Methods' Summary
startAnimation
Start animation sequence of this sprite. The speed of the
animation is given in frames per second.
stopAnimation
Stop the animation sequence. A subsequent startAnimation will
commence the sequence at the point where it was stopped with
stopAnimation.
resetAnimation
Reset the animation sequence to start with the first frame. If
the animation is currently running, the next frame that is
drawn after this method has finished, will be the first one.
setTransparency
Set overall transparency of the sprite. Useful for e.g. fading
in/out of animations.
Methods' Details
startAnimation
void
startAnimation (
[in] double
speed );
Description
Start animation sequence of this sprite. The speed of the
animation is given in frames per second.
stopAnimation
Description
Stop the animation sequence. A subsequent startAnimation will
commence the sequence at the point where it was stopped with
stopAnimation.
resetAnimation
Description
Reset the animation sequence to start with the first frame. If
the animation is currently running, the next frame that is
drawn after this method has finished, will be the first one.
setTransparency
void
setTransparency (
[in] double
alpha );
Description
Set overall transparency of the sprite. Useful for e.g. fading
in/out of animations.
Top of Page Copyright © 2003 Sun Microsystems, Inc.