Uses of Class
me.tongfei.progressbar.ProgressBarStyle
-
Packages that use ProgressBarStyle Package Description me.tongfei.progressbar -
-
Uses of ProgressBarStyle in me.tongfei.progressbar
Fields in me.tongfei.progressbar declared as ProgressBarStyle Modifier and Type Field Description static ProgressBarStyleProgressBarStyle. ASCIIUse only ASCII characters to draw the progress bar.static ProgressBarStyleProgressBarStyle. COLORFUL_UNICODE_BARstatic ProgressBarStyleProgressBarStyle. COLORFUL_UNICODE_BLOCKstatic ProgressBarStyleProgressBarStyle. UNICODE_BLOCKUse Unicode block characters to draw the progress bar.Methods in me.tongfei.progressbar that return ProgressBarStyle Modifier and Type Method Description ProgressBarStyleProgressBarStyleBuilder. build()BuildProgressBarStyle.Methods in me.tongfei.progressbar with parameters of type ProgressBarStyle Modifier and Type Method Description ProgressBarBuilderProgressBarBuilder. setStyle(ProgressBarStyle style)Constructors in me.tongfei.progressbar with parameters of type ProgressBarStyle Constructor Description DefaultProgressBarRenderer(ProgressBarStyle style, java.lang.String unitName, long unitSize, boolean isSpeedShown, java.text.DecimalFormat speedFormat, java.time.temporal.ChronoUnit speedUnit, boolean isEtaShown, java.util.function.Function<ProgressState,java.util.Optional<java.time.Duration>> eta)ProgressBar(java.lang.String task, long initialMax, int updateIntervalMillis, boolean continuousUpdate, boolean clearDisplayOnFinish, java.io.PrintStream os, ProgressBarStyle style, java.lang.String unitName, long unitSize, boolean showSpeed, java.text.DecimalFormat speedFormat, java.time.temporal.ChronoUnit speedUnit, long processed, java.time.Duration elapsed)Deprecated.UseProgressBarBuilderinstead.
-