Uses of Class
com.googlecode.lanterna.gui2.AnimatedLabel
Packages that use AnimatedLabel
-
Uses of AnimatedLabel in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type AnimatedLabelModifier and TypeFieldDescriptionprivate final WeakReference
<AnimatedLabel> AnimatedLabel.AnimationTimerTask.labelRef
private static final WeakHashMap
<AnimatedLabel, TimerTask> AnimatedLabel.SCHEDULED_TASKS
Methods in com.googlecode.lanterna.gui2 that return AnimatedLabelModifier and TypeMethodDescriptionAdds 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.startAnimation
(long millisecondsPerFrame) Starts the animation thread which will periodically callnextFrame()
at the interval specified by themillisecondsPerFrame
parameter.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 AnimatedLabelModifier and TypeMethodDescriptionprivate static void
AnimatedLabel.removeTaskFromTimer
(AnimatedLabel animatedLabel) Constructors in com.googlecode.lanterna.gui2 with parameters of type AnimatedLabel