All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class demo.jcsp.PresentationApplet

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

public class PresentationApplet
extends ActiveApplet

Process Diagram

External View

  ____________________
 |                    | event
 | PresentationApplet |--->---
 |____________________|
 

Internal View

  ________________________
 |  ____________________  |
 | |                    | |
 | | ActivePresentation | |
 | |____________________| |
 |                        |
 |     PresentationApplet |
 |________________________|
 

Description

The PresentationApplet provides a wrapper so that ActivePresentations can be displayed on web pages. The class accepts as parameters the information required to load the images.

Author:
P.D.Austin

Constructor Index

 o PresentationApplet()

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 PresentationApplet
 public PresentationApplet()

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