| Package | Description |
|---|---|
| me.tongfei.progressbar |
| Modifier and Type | Method and Description |
|---|---|
static ProgressBarStyle |
ProgressBarStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressBarStyle[] |
ProgressBarStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressBarBuilder |
ProgressBarBuilder.setStyle(ProgressBarStyle style) |
| Constructor and Description |
|---|
DefaultProgressBarRenderer(ProgressBarStyle style,
String unitName,
long unitSize,
boolean isSpeedShown,
DecimalFormat speedFormat,
ChronoUnit speedUnit) |
ProgressBar(String task,
long initialMax,
int updateIntervalMillis,
boolean continuousUpdate,
PrintStream os,
ProgressBarStyle style,
String unitName,
long unitSize,
boolean showSpeed,
DecimalFormat speedFormat,
ChronoUnit speedUnit,
long processed,
Duration elapsed)
Deprecated.
Use
ProgressBarBuilder instead. |
Copyright © 2022. All rights reserved.