Package 

Class BarWidth

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class BarWidth.FullWidth

      The bar will occupy all available space

      public final class BarWidth.PercentageWidth

      The bar will occupy percentage of the available space.

      public final class BarWidth.DpWidth

      The bar will have fixed width in dp. It is up to the developer to make sure there is enough space for it.

    • Method Summary

      Modifier and Type Method Description
      abstract Float getLeftSideXCoordinate(Float minX, Float maxX, DrawScope scope)
      abstract Float getSize(Float minX, Float maxX, DrawScope scope)
      • Methods inherited from class java.lang.Object

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