Uses of Class
com.googlecode.lanterna.gui2.ProgressBar
-
Packages that use ProgressBar Package Description com.googlecode.lanterna.gui2 -
-
Uses of ProgressBar in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return ProgressBar Modifier and Type Method Description ProgressBar
ProgressBar. setLabelFormat(java.lang.String labelFormat)
Sets the label format this progress bar should use when the component is drawn.ProgressBar
ProgressBar. setMax(int max)
Updates the maximum value of this progress bar.ProgressBar
ProgressBar. setMin(int min)
Updates the minimum value of this progress bar.ProgressBar
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 ProgressBar Modifier and Type Method Description protected ComponentRenderer<ProgressBar>
ProgressBar. createDefaultRenderer()
Methods in com.googlecode.lanterna.gui2 with parameters of type ProgressBar Modifier and Type Method Description void
ProgressBar.DefaultProgressBarRenderer. drawComponent(TextGUIGraphics graphics, ProgressBar component)
void
ProgressBar.LargeProgressBarRenderer. drawComponent(TextGUIGraphics graphics, ProgressBar component)
TerminalSize
ProgressBar.DefaultProgressBarRenderer. getPreferredSize(ProgressBar component)
TerminalSize
ProgressBar.LargeProgressBarRenderer. getPreferredSize(ProgressBar component)
-