Class ProgressBarStyle


  • public class ProgressBarStyle
    extends java.lang.Object
    Represents the display style of a progress bar.
    Since:
    0.5.1
    Author:
    Tongfei Chen
    • Field Detail

      • UNICODE_BLOCK

        public static ProgressBarStyle UNICODE_BLOCK
        Use Unicode block characters to draw the progress bar.
      • ASCII

        public static ProgressBarStyle ASCII
        Use only ASCII characters to draw the progress bar.
    • Method Detail

      • builder

        public static ProgressBarStyleBuilder builder()
        Creates a builder to build a custom progress bar style.