|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jgoodies.animation.AnimationUtils
public final class AnimationUtils
Provides some behavior useful in the animation framework, or to implement custom animation functions and animations.
| Method Summary | |
|---|---|
static void |
invokeOnStop(Animation animation,
Runnable runnable)
Invokes the given runnable when the specified animation stopped. |
static String[] |
splitTexts(String separatedTexts)
Deprecated. Use String.split(java.lang.String) instead. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void invokeOnStop(Animation animation,
Runnable runnable)
animation - the animation that is observedrunnable - the runnable that will be executed on animation stoppublic static String[] splitTexts(String separatedTexts)
String.split(java.lang.String) instead.
separatedTexts - a string that encodes a bunch of texts
separated by a | character
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||