Uses of Class
com.googlecode.lanterna.gui2.ProgressBar
Packages that use ProgressBar
-
Uses of ProgressBar in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return ProgressBarModifier and TypeMethodDescriptionProgressBar.setLabelFormat
(String labelFormat) Sets the label format this progress bar should use when the component is drawn.ProgressBar.setMax
(int max) Updates the maximum value of this progress bar.ProgressBar.setMin
(int min) Updates the minimum value of this progress bar.ProgressBar.setValue
(int value) Updates the value of this progress bar, which will update the visual state.Methods in com.googlecode.lanterna.gui2 that return types with arguments of type ProgressBarModifier and TypeMethodDescriptionprotected ComponentRenderer
<ProgressBar> ProgressBar.createDefaultRenderer()
Methods in com.googlecode.lanterna.gui2 with parameters of type ProgressBarModifier and TypeMethodDescriptionvoid
ProgressBar.DefaultProgressBarRenderer.drawComponent
(TextGUIGraphics graphics, ProgressBar component) void
ProgressBar.LargeProgressBarRenderer.drawComponent
(TextGUIGraphics graphics, ProgressBar component) ProgressBar.DefaultProgressBarRenderer.getPreferredSize
(ProgressBar component) ProgressBar.LargeProgressBarRenderer.getPreferredSize
(ProgressBar component)