All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.gui.multiimage.MultiImageFrame

java.lang.Object
   |
   +----ejmf.toolkit.gui.multiimage.MultiImageFrame

public class MultiImageFrame
extends Object
Stores an ImageIcon and the amount of time the ImageIcon is to be displayed. For use with a MultiImageComponent.

See Also:
MultiImageComponent

Variable Index

 o delay
The time in nanoseconds to display the image.
 o icon
An ImageIcon.

Constructor Index

 o MultiImageFrame(ImageIcon, long)
Construct a MultiImageFrame with the given ImageIcon and delay.

Variables

 o icon
 public ImageIcon icon
An ImageIcon.

 o delay
 public long delay
The time in nanoseconds to display the image.

Constructors

 o MultiImageFrame
 public MultiImageFrame(ImageIcon icon,
                        long delay)
Construct a MultiImageFrame with the given ImageIcon and delay.


All Packages  Class Hierarchy  This Package  Previous  Next  Index