Uses of Class
net.morimekta.console.terminal.Progress.Spinner
-
Packages that use Progress.Spinner Package Description net.morimekta.console.terminal -
-
Uses of Progress.Spinner in net.morimekta.console.terminal
Methods in net.morimekta.console.terminal that return Progress.Spinner Modifier and Type Method Description static Progress.Spinner
Progress.Spinner. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Progress.Spinner[]
Progress.Spinner. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.morimekta.console.terminal with parameters of type Progress.Spinner Constructor Description Progress(LinePrinter updater, java.util.function.IntSupplier widthSupplier, Progress.Spinner spinner, java.lang.String title, long total)
Create a progress bar using the line printer and width supplier.Progress(Terminal terminal, LinePrinter updater, java.util.function.IntSupplier widthSupplier, java.time.Clock clock, Progress.Spinner spinner, java.lang.String title, long total)
Create a progress updater.Progress(Terminal terminal, Progress.Spinner spinner, java.lang.String title, long total)
Create a progress bar using the given terminal.ProgressManager(Terminal terminal, Progress.Spinner spinner)
Create a progress bar using the given terminal.ProgressManager(Terminal terminal, Progress.Spinner spinner, int max_tasks)
Create a progress bar using the given terminal.
-