public class IconAnimator<T extends AnimatableItem> extends Object implements Runnable
Constructor and Description |
---|
IconAnimator(T target,
String iconName,
String animationBaseIconName,
int num) |
Modifier and Type | Method and Description |
---|---|
ImageIcon |
getBaseIcon() |
ImageIcon |
getIcon() |
int |
getIndex() |
T |
getTarget() |
boolean |
isEnabled() |
boolean |
isStopped() |
void |
run() |
void |
setEnabled(boolean enabled) |
void |
start() |
void |
stop() |
public void stop()
public int getIndex()
public boolean isStopped()
public void start()
public ImageIcon getBaseIcon()
public ImageIcon getIcon()
public T getTarget()
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2019. All Rights Reserved.