All Packages Class Hierarchy This Package Previous Next Index
Class demo.jcsp.ThreeAnimatedImages
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----jcsp.awt.ActiveApplet
|
+----demo.jcsp.ThreeAnimatedImages
- public class ThreeAnimatedImages
- extends ActiveApplet
Applet
Process Diagram
External View
_____________________
| |
| ThreeAnimatedImages |
|_____________________|
Internal View
_________________________
| _____________________ |
| | | |
| | AnimationController | |
| |_____________________| |
| _____________________ |
| | | |
| | AnimationController | |
| |_____________________| |
| _____________________ |
| | | |
| | AnimationController | |
| |_____________________| |
| |
| ThreeAnimatedImages |
|_________________________|
Description
The ThreeAnimatedImages Applet has one AnimationController to display
three animations.
- Author:
- P.D.Austin
-
ThreeAnimatedImages()
-
-
getAppletInfo()
- return the name of the applet and author.
-
getParameterInfo()
- gets the descriptions of the parameters the applet accepts.
-
init()
- Inialise the Applet.
ThreeAnimatedImages
public ThreeAnimatedImages()
init
public void init()
- Inialise the Applet.
- Overrides:
- init in class Applet
getAppletInfo
public String getAppletInfo()
- return the name of the applet and author.
- Overrides:
- getAppletInfo in class Applet
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