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.labelRefprivate static final WeakHashMap<AnimatedLabel, TimerTask> AnimatedLabel.SCHEDULED_TASKSMethods in com.googlecode.lanterna.gui2 that return AnimatedLabelModifier and TypeMethodDescriptionAdds one more frame at the end of the list of framesstatic AnimatedLabelAnimatedLabel.createClassicSpinningLine()Creates a classic spinning bar which can be used to signal to the user that an operation in is process.static AnimatedLabelAnimatedLabel.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 themillisecondsPerFrameparameter.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 voidAnimatedLabel.removeTaskFromTimer(AnimatedLabel animatedLabel) Constructors in com.googlecode.lanterna.gui2 with parameters of type AnimatedLabel