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
-
delay
- The time in nanoseconds to display the image.
-
icon
- An ImageIcon.
-
MultiImageFrame(ImageIcon, long)
- Construct a MultiImageFrame with the given ImageIcon and
delay.
icon
public ImageIcon icon
- An ImageIcon.
delay
public long delay
- The time in nanoseconds to display the image.
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