Uses of Class
me.tongfei.progressbar.ProgressBarStyle
Packages that use ProgressBarStyle
-
Uses of ProgressBarStyle in me.tongfei.progressbar
Fields in me.tongfei.progressbar declared as ProgressBarStyleModifier and TypeFieldDescriptionstatic ProgressBarStyleProgressBarStyle.ASCIIUse only ASCII characters to draw the progress bar.static ProgressBarStyleProgressBarStyle.COLORFUL_UNICODE_BARstatic ProgressBarStyleProgressBarStyle.COLORFUL_UNICODE_BLOCKprivate ProgressBarStyleDefaultProgressBarRenderer.styleprivate ProgressBarStyleProgressBarBuilder.styleprivate ProgressBarStyleProgressBarStyleBuilder.stylestatic ProgressBarStyleProgressBarStyle.UNICODE_BLOCKUse Unicode block characters to draw the progress bar.Methods in me.tongfei.progressbar that return ProgressBarStyleMethods in me.tongfei.progressbar with parameters of type ProgressBarStyleConstructors in me.tongfei.progressbar with parameters of type ProgressBarStyleModifierConstructorDescriptionprotectedDefaultProgressBarRenderer(ProgressBarStyle style, String unitName, long unitSize, boolean isSpeedShown, DecimalFormat speedFormat, ChronoUnit speedUnit, boolean isEtaShown, Function<ProgressState, Optional<Duration>> eta) ProgressBar(String task, long initialMax, int updateIntervalMillis, boolean continuousUpdate, boolean clearDisplayOnFinish, PrintStream os, ProgressBarStyle style, String unitName, long unitSize, boolean showSpeed, DecimalFormat speedFormat, ChronoUnit speedUnit, long processed, Duration elapsed) Deprecated.
ProgressBarBuilderinstead.