Class tea.set.AnimatorA
All Packages Class Hierarchy This Package Previous Next Index
Class tea.set.AnimatorA
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tea.set.BaseA
|
+----tea.set.AnimatorA
- public class AnimatorA
- extends BaseA
- implements Runnable
AnimatorA is an applet version of Animator widget. It
contains the same functionality as Animator widget. But
instead of having to be used inside a Java program, it can be used
standalone in HTML pages. AnimatorA supports the following
parameters:
- Animator.IMAGE
- URL string pointing to the image frames for the animation
sequence. A number starting from zero(0) is appended to the string
to get the actual image name. The first missing parameter terminate
the frame sequence.
- Animator.DELAY
- delay between animation frames, in mini-seconds.
- See Also:
- Animator
-
AnimatorA()
-
-
init()
- Applet initialization method.
-
run()
- Runnable run method.
-
start()
- Start animation sequence.
-
stop()
- Stop animation sequence..
AnimatorA
public AnimatorA()
init
public void init()
- Applet initialization method.
- Overrides:
- init in class Applet
start
public void start()
- Start animation sequence.
- Overrides:
- start in class Applet
run
public void run()
- Runnable run method.
stop
public void stop()
- Stop animation sequence..
- Overrides:
- stop in class Applet
All Packages Class Hierarchy This Package Previous Next Index