Class spt.applets.AnimatedImageButtonApplet
All Packages Class Hierarchy This Package Previous Next Index
Class spt.applets.AnimatedImageButtonApplet
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----spt.applets.StdApplet
|
+----spt.applets.ImageButtonApplet
|
+----spt.applets.AnimatedImageButtonApplet
- public class AnimatedImageButtonApplet
- extends ImageButtonApplet
A button applet that can display an animation.
Parameters
ANIMATEONENTER bool Animate only on mouse enter (TRUE) or always (FALSE) (optional)
INFINITELOOP bool Run the image indefinitely or once only? (optional)
INTERFRAMEPAUSE int Interval between frames, in milliseconds (optional)
INTERCYCLEPAUSE int Interval between cycles, in milliseconds (optional)
FILEPREFIX String Files are of the form {prefix}XX.{extension} where XX = startnum..endnum (required)
FILEEXTENSION String (see above) (required)
FILESTARTNUM int (see above) (required)
FILEENDNUM int (see above) (required)
IMGSOURCEDIR URL The directory where the image files are (required)
TEXT String A button label (optional)
Plus ImageButtonApplet and StdApplet parameters.
- See Also:
- StdApplet, ImageButtonApplet, AnimatedImageButton
-
AnimatedImageButtonApplet()
-
-
getParameterInfo()
- Parameters
-
init()
- General initialization.
AnimatedImageButtonApplet
public AnimatedImageButtonApplet()
init
public void init()
- General initialization.
- Overrides:
- init in class ImageButtonApplet
getParameterInfo
public String[][] getParameterInfo()
- Parameters
- Overrides:
- getParameterInfo in class ImageButtonApplet
All Packages Class Hierarchy This Package Previous Next Index