Uses of Class
com.googlecode.lanterna.gui2.ProgressBar
Packages that use ProgressBar
-
Uses of ProgressBar in com.googlecode.lanterna.gui2
Subclasses with type arguments of type ProgressBar in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionclassThis GUI element gives a visual indication of how far a process of some sort has progressed at any given time.Classes in com.googlecode.lanterna.gui2 that implement interfaces with type arguments of type ProgressBarModifier and TypeClassDescriptionstatic classDefault implementation of the progress bar GUI component renderer.static classThis progress bar renderer implementation takes slightly more space (three rows) and draws a slightly more complicates progress bar with fixed measurers to mark 25%, 50% and 75%.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 TypeMethodDescriptionvoidProgressBar.DefaultProgressBarRenderer.drawComponent(TextGUIGraphics graphics, ProgressBar component) voidProgressBar.LargeProgressBarRenderer.drawComponent(TextGUIGraphics graphics, ProgressBar component) ProgressBar.DefaultProgressBarRenderer.getPreferredSize(ProgressBar component) ProgressBar.LargeProgressBarRenderer.getPreferredSize(ProgressBar component)