Uses of Class
com.googlecode.lanterna.gui2.AnimatedLabel
-
Packages that use AnimatedLabel Package Description com.googlecode.lanterna.gui2 -
-
Uses of AnimatedLabel in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type AnimatedLabel Modifier and Type Field Description private java.lang.ref.WeakReference<AnimatedLabel>
AnimatedLabel.AnimationTimerTask. labelRef
private static java.util.WeakHashMap<AnimatedLabel,java.util.TimerTask>
AnimatedLabel. SCHEDULED_TASKS
Methods in com.googlecode.lanterna.gui2 that return AnimatedLabel Modifier and Type Method Description AnimatedLabel
AnimatedLabel. addFrame(java.lang.String text)
Adds one more frame at the end of the list of framesstatic AnimatedLabel
AnimatedLabel. createClassicSpinningLine()
Creates a classic spinning bar which can be used to signal to the user that an operation in is process.static AnimatedLabel
AnimatedLabel. createClassicSpinningLine(int speed)
Creates a classic spinning bar which can be used to signal to the user that an operation in is process.AnimatedLabel
AnimatedLabel. startAnimation(long millisecondsPerFrame)
Starts the animation thread which will periodically callnextFrame()
at the interval specified by themillisecondsPerFrame
parameter.AnimatedLabel
AnimatedLabel. stopAnimation()
Halts the animation thread and the label will stop at whatever was the current frame at the time when this was calledMethods in com.googlecode.lanterna.gui2 with parameters of type AnimatedLabel Modifier and Type Method Description private static void
AnimatedLabel. removeTaskFromTimer(AnimatedLabel animatedLabel)
Constructors in com.googlecode.lanterna.gui2 with parameters of type AnimatedLabel Constructor Description AnimationTimerTask(AnimatedLabel label)
-