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
-
usage
- The usage message when run from the command line
-
ShowMultiImage(MultiImageFrame[])
- Construct a MultiImageRenderer from the given frames and
begin playing in this JFrame.
-
main(String[])
- Reads in a multi-image data from a file given on the
command line.
usage
public static String usage
- The usage message when run from the command line
ShowMultiImage
public ShowMultiImage(MultiImageFrame frames[])
- Construct a MultiImageRenderer from the given frames and
begin playing in this JFrame.
- Parameters:
- frames
- The media to display
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