| java.lang.Object javax.swing.ImageIcon org.gjt.sp.jedit.gui.AnimatedIcon
AnimatedIcon | public class AnimatedIcon extends ImageIcon (Code) | | A animated version of ImageIcon. It can be used anywhere an ImageIcon can be.
|
AnimatedIcon | public AnimatedIcon(Image icon, Image[] frames, int rate, Component host)(Code) | | Parameters: frames - The frames to be used in the animation Parameters: rate - The frame rate of the animation, in frames per second Parameters: host - The container that the animation is used in |
getRate | public int getRate()(Code) | | |
setRate | public void setRate(int rate)(Code) | | |
start | public void start()(Code) | | Starts the animation rolling
|
stop | public void stop()(Code) | | Stops the animation, and resets to frame 0
|
|
|