|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.animation.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)
Returns an array of strings by splitting a given text into tokens, that are separated by the '|' character. |
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)
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 |