Class LcdProgressBar

  • All Implemented Interfaces:

    
    public final class LcdProgressBar
    
                        

    Creates a "progress bar" that occupies one line of an LCD. The default line is 0, or the top-most.

    The bar uses |,||, ||| and |||! custom characters (effectively) to fill each character cell. The bar may be shown either left-to-right (default) or right-to-left.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Integer value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      final Unit setValue(Integer value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait