All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class demo.jcsp.OneAnimatedImage

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----jcsp.awt.ActiveApplet
                                           |
                                           +----demo.jcsp.OneAnimatedImage

public class OneAnimatedImage
extends ActiveApplet

Applet

Process Diagram

External View

  ____________________
 |                    |
 |  OneAnimatedImage  |
 |____________________|
 

Internal View

  _________________________
 |  _____________________  |
 | |                     | |
 | | AnimationController | |
 | |_____________________| |
 |                         |
 |        OneAnimatedImage |
 |_________________________|
 

Description

The OneAnimatedImage Applet has one AnimationController to display an animation.

Author:
P.D.Austin

Constructor Index

 o OneAnimatedImage()

Method Index

 o getAppletInfo()
return the name of the applet and author.
 o getParameterInfo()
gets the descriptions of the parameters the applet accepts.
 o init()
Inialise the Applet.

Constructors

 o OneAnimatedImage
 public OneAnimatedImage()

Methods

 o init
 public void init()
Inialise the Applet.

Overrides:
init in class Applet
 o getAppletInfo
 public String getAppletInfo()
return the name of the applet and author.

Overrides:
getAppletInfo in class Applet
 o getParameterInfo
 public String[][] getParameterInfo()
gets the descriptions of the parameters the applet accepts.

Returns:
the parameter info
Overrides:
getParameterInfo in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index