com.jgoodies.animation
public final class AnimationUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
invokeOnStop(Animation animation,
java.lang.Runnable runnable)
Invokes the given runnable when the specified animation stopped.
|
static java.lang.String[] |
splitTexts(java.lang.String separatedTexts)
Deprecated.
Use
String.split(java.lang.String) instead. |
public static void invokeOnStop(Animation animation, java.lang.Runnable runnable)
animation
- the animation that is observedrunnable
- the runnable that will be executed on animation stoppublic static java.lang.String[] splitTexts(java.lang.String separatedTexts)
String.split(java.lang.String)
instead.separatedTexts
- a string that encodes a bunch of texts
separated by a | characterCopyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.