Uses of Class
com.googlecode.lanterna.gui2.AnimatedLabel
Packages that use AnimatedLabel
-
Uses of AnimatedLabel in com.googlecode.lanterna.gui2
Methods 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 called