public final class ProgressBar
extends Object
-
Constructor Summary
Constructors
-
Method Summary
of(double completedPercentage,
int barCount,
String symbol,
String completedColor,
String notCompletedColor)
of(int progress,
int total,
int barCount,
String symbol,
String completedColor,
String notCompletedColor)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProgressBar
public ProgressBar()
-
Method Details
-
of
public static String of(int progress,
int total,
int barCount,
String symbol,
String completedColor,
String notCompletedColor)
-
of
public static String of(double completedPercentage,
int barCount,
String symbol,
String completedColor,
String notCompletedColor)