Class ProgressBar


  • public class ProgressBar
    extends Object
    • Field Detail

      • progressChar

        protected static String progressChar
      • width

        protected static int width
    • Constructor Detail

      • ProgressBar

        public ProgressBar()
    • Method Detail

      • getProgressChar

        public static String getProgressChar()
      • setProgressChar

        public static void setProgressChar​(String progressChar)
      • print

        public static void print​(double progressPercentage)
        print progress bar to the standard output
        Parameters:
        progressPercentage -
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)