@FunctionalInterface public interface ProgressBarRenderer
ProgressState into a string.| Modifier and Type | Method and Description |
|---|---|
String |
render(me.tongfei.progressbar.ProgressState progress,
int maxLength)
Renders the current progress bar state as a string to be shown by a consumer.
|
String render(me.tongfei.progressbar.ProgressState progress, int maxLength)
progress - The current progress bar statemaxLength - The maximum length as dictated by the consumerCopyright © 2022. All rights reserved.