Class ProgressBar

java.lang.Object
com.stardevllc.starcore.utils.ProgressBar

public final class ProgressBar extends Object
  • 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)