All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.gui.multiimage.ShowMultiImage

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----ejmf.toolkit.gui.multiimage.ShowMultiImage

public class ShowMultiImage
extends JFrame
A convenience class to allow a Multi-Image media file to be tested.

See Also:
MultiImageRenderer, MultiImageFrame, MakeMultiImage

Variable Index

 o usage
The usage message when run from the command line

Constructor Index

 o ShowMultiImage(MultiImageFrame[])
Construct a MultiImageRenderer from the given frames and begin playing in this JFrame.

Method Index

 o main(String[])
Reads in a multi-image data from a file given on the command line.

Variables

 o usage
 public static String usage
The usage message when run from the command line

Constructors

 o ShowMultiImage
 public ShowMultiImage(MultiImageFrame frames[])
Construct a MultiImageRenderer from the given frames and begin playing in this JFrame.

Parameters:
frames - The media to display

Methods

 o main
 public static void main(String args[])
Reads in a multi-image data from a file given on the command line. Constructs a ShowMultiImage object and displays the media when complete.

Parameters:
args[] - A multi-image (.mti) file

All Packages  Class Hierarchy  This Package  Previous  Next  Index