public class ProgressBar extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
progressChar |
protected static int |
width |
| Constructor and Description |
|---|
ProgressBar() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getProgressChar() |
int |
getWidth() |
static void |
print(double progressPercentage)
print progress bar to the standard output
|
static void |
setProgressChar(String progressChar) |
void |
setWidth(int width) |
protected static String progressChar
protected static int width
public static String getProgressChar()
public static void setProgressChar(String progressChar)
public static void print(double progressPercentage)
progressPercentage - public int getWidth()
public void setWidth(int width)
Copyright © 2020. All rights reserved.