All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----java.applet.Applet | +----spt.applets.StdApplet | +----spt.applets.ImageButtonApplet | +----spt.applets.AnimatedImageButtonApplet
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.
public AnimatedImageButtonApplet()
public void init()
public String[][] getParameterInfo()
All Packages Class Hierarchy This Package Previous Next Index